phpwordpressload-time

My wordpress site initial loading is too slow.How to improve?


I've hosted a wordpress site kerala.letmeshare.org. But it takes too much time for loading. It doesn't seem to be a network issue. Static pages on the same domain get loaded as usual (faster). What might be the reason?

I analyzed using the Performance Profiler Plugin and the following reports were generated.

enter image description here

enter image description here enter image description here enter image description here enter image description here

How can i improve perfomance. I contacted my hosting provider,they tested well, there is no problem with Server load time,networs and all.


Solution

  • Reasons May be:

    Maybe your PHP is running per CGI or FastCGI in a separate process that shuts down after a while of inactivity. Does it change if you register at an uptime monitoring service? A cache plugin like W3 Total Cache may help too.

    One of the typical reasons for such behavior is if you are loading RSS feeds in front-end. Their cache expires and you get very long pause next time, because they need to be fetched over network.

    Try to replicate it on local server, it will give you more options for troubleshooting - ultimate one being making full profiler dump (with xdebug for example) and analyzing it.

    Page Speed Optimization