Homepage ok now but other pages on the site load EXTREMELY slow compared to homepage
|
11-16-2011, 10:42 PM
Post: #1
|
|||
|
|||
Homepage ok now but other pages on the site load EXTREMELY slow compared to homepage
Hello hello,
After adding W3 Total Cache and a CDN(MaxCDN) I managed to reduce the overall loading time of the homepage to about 3sec, it depends on the time to first byte (which i can not seem to reduce and can be up to 2,3 seconds) thanks for all the great info on here by the way! Here's the result of the homepage http://www.webpagetest.org/result/111116_QT_26RJ9/ Now look at an individual page http://www.webpagetest.org/result/111116_SS_26RNJ/ I seem to have tried everything but big G gives me an average load of around 6 seconds in Webmaster Tools, way to slow and don't know what to do anymore, please assist! Cheers, Vince |
|||
11-16-2011, 11:43 PM
Post: #2
|
|||
|
|||
RE: Homepage ok now but other pages on the site load EXTREMELY slow compared to homepage
For starters, make sure to include the trailing slash on your links on your homepage (/zebra-rugs/ instead of /zebra-rugs). That will get rid of the redirect and save 3/4 of a second.
After that it looks like there is still some back-end caching/tweaking that is needed. The 2 second first byte time is killing you. If you visit the page and view source, W3TC displays some debugging information at the bottom of the page that can help improve things: Code: <!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/ You can turn on more debug settings in the W3TC configuration which will give you timings for everything and tell you what all of the database queries were that couldn't be cached in case some of them can be improved. I'd focus on getting the first byte times down first and then after those are under control see if there is room for improvement in the rest of the page. |
|||
11-17-2011, 05:25 AM
Post: #3
|
|||
|
|||
RE: Homepage ok now but other pages on the site load EXTREMELY slow compared to homepage
(11-16-2011 11:43 PM)pmeenan Wrote: For starters, make sure to include the trailing slash on your links on your homepage (/zebra-rugs/ instead of /zebra-rugs). That will get rid of the redirect and save 3/4 of a second. The first byte time varies I must say, sometimes it can be like it should (around 0.3 sec) and other times it can be even over 10 seconds.. If I would know what to do to reduce I would have been done but I don't know where to start. Already contacted Hostgator and they say they can't do anything on their behalf (doing all they can) since it's a shared host. I've read dozens of articles on how to optimize W3 total cache but can't seem to get the load time down. Is there something I'm missing out on regarding settings? I see the message in the source code of the page but don't really know how I can use this data. I've also considered Cloudflare as an extra boost for speed, can that help? Thanks for all the help. Cheers, Vince |
|||
11-17-2011, 05:41 AM
Post: #4
|
|||
|
|||
RE: Homepage ok now but other pages on the site load EXTREMELY slow compared to homepage
Cloudflare won't help, it is back-end server processing time (probably database related).
On the main W3TC settings page there is a "Debug" section where you can turn on different sections to generate a LOT more debug information that may help show where the problem is. This is what mine looks like when I turn some of them on: Code: <!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/ You might only want to turn on the page and database debug settings first but it should help identify any slow queries. If they are caused by plugins that are not needed then you can just disable them but otherwise it might take some database work to go faster. In the WebPagetest advanced settings there is an option to "keep response bodies" which you can turn on when you do your tests so that you can have the actual html (and debug information) that matches a given test. At the end of the day, W3TC is a cache and can help make things look faster but to get the underlying app to actually run faster may require switching hosting providers. It's an unfortunate issue with a lot of the cheaper shared hosting providers. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)