How can I find the speed bottlemeck in my WP website?
-
Hi guys,
Hope you are doing well.
I need some help with an issue that is becoming more and more important now that I’m starting to see some visitors from Google, and this is just the beginning so it’s important to sort this out sooner rather than later: loading speed.
I have been lying to myself for too long now and the other day I loaded this website of mine (https://www.ciaolondra.it) from a machine where it had never been loaded. It took, once again, 12-15 seconds to load the home page. I loaded another couple of friends’ websites running WP and the loading times were a fraction of this (3-5 seconds). Needless to say that the second visit is much faster, but since 80%+ of my traffic is new visitors I need to pay close attention to the first visit speed.
I’m now determined to find the bottleneck in my website, but I am not sure how to do it or what to test? I mean, for example I have run a test on https://www.webpagetest.org and it shows how slow the website is, but I’m not sure how to interpret the data and what to test / change on my website.
Also, my friends’ websites running WP don’t have any specific plugin to improve speed or other tricks. They are plain installations with a custom theme. My theme is also custom, but just a variation of twentyeleven since I liked the menu structure and the overall layout. It’s perhaps worth mentioning that the home page is a page instead of the blog and that I have included few directives in my config.php file (as read on few blogs) to reduce the size of my db. These are:
define (‘WP_POST_REVISIONS’, 0);
define( ‘AUTOSAVE_INTERVAL’, 30000 );Can anyone please help me to solve this problem? Thanks a lot in advance.
- The topic ‘How can I find the speed bottlemeck in my WP website?’ is closed to new replies.