Newly launched c5 site is performing very slow - need help
Permalink
Hello
I need help. I recently uploaded a new site built on c5http://www.seamarineco.com and it is loading very very slowly and I have been working with the hosting company - Rackspace and they have no issues but are seeing issues in the code. here is a report from their test -
From what the trace did capture, most of the load time of the page was spent issuing 5,336 queries to the mysql database. A default Wordpress install by comparison would make approximately 20 writes to the mysql server. This high number of queries would slow down a site, however this issue is exacerbated within a clustered environment such as ours more so than in a traditional hosting environment as the database is not stored directly on a web server but on a different server requiring a tcp request and response on each mysql query made. I would highly recommend changing the configuration on the site so that not so many mysql queries are required per page load such as consolidating multiple queries, caching the html of the page, or removing the code that is causing most of these queries to be run.
I need help. I recently uploaded a new site built on c5http://www.seamarineco.com and it is loading very very slowly and I have been working with the hosting company - Rackspace and they have no issues but are seeing issues in the code. here is a report from their test -
From what the trace did capture, most of the load time of the page was spent issuing 5,336 queries to the mysql database. A default Wordpress install by comparison would make approximately 20 writes to the mysql server. This high number of queries would slow down a site, however this issue is exacerbated within a clustered environment such as ours more so than in a traditional hosting environment as the database is not stored directly on a web server but on a different server requiring a tcp request and response on each mysql query made. I would highly recommend changing the configuration on the site so that not so many mysql queries are required per page load such as consolidating multiple queries, caching the html of the page, or removing the code that is causing most of these queries to be run.
Send you a PM
Use Firefox and developer tools to help.
Use:http://www.webpagetest.org/
Set up server and .htaccess properly.
Use:http://www.webpagetest.org/
Set up server and .htaccess properly.