• Hello,

    I am using WordPress for a website I am managing and I had complaints about the website being slow. The website is indeed slow, the time it takes until it starts downloading the data is about 11 of the 12 seconds it takes to load the website for the first time.
    Loading the website without cache will make the loadtime about 12 seconds, while the loading time with cache of the website will make the loading time about 1 second.

    Things I know:

    • It’s not about the content in the page, making the homepage static completely solves the problem (load time about 1 sec).
    • Plugins aren’t the problem as they are all disabled
    • The server the website is hosted on isn’t the issue as the server loads all my other websites without a problem
    • This problem randomly appeared, not after a special occasion like an update.
Viewing 5 replies - 1 through 5 (of 5 total)
  • What do third party tests show as taking the longest time to load on the site?

    Clearly it is script/database related as you have said, because static content loads near instantly.

    Thread Starter jancoz

    (@jancoz)

    Test Result:
    http://prntscr.com/5412ta
    http://prntscr.com/54137a
    http://prntscr.com/5413b7

    I don’t think is necessarily a file. It is more the starting of the downloading of the files required to view the website.

    Have you tried

    Clearing cache in your browser before viewing the updated page? to clear cache in your browser, press clrl+f5 keys simultaneously.

    Switching to the default theme (Twenty Ten) for a moment by renaming your current theme’s folder in wp-content/themes. The idea is to force WordPress to fall back to the default theme to rule out any theme-specific issue?

    If you still can’t figure it out, try downloading WordPress again and replace your copies of everything EXCEPT the wp-config.php file and the /wp-content/ directory with fresh copies. This should replace your core files without changing your content and settings in wp-config.php file and the /wp-content/ directory.

    My site was running really slow and I then used a cache plugin and it runs a lot faster.

    If none of that works, try increasing your memory available for your php.

    Some almost random mentions from old personal experience :

    – is your .htaccess wordpress standard, no unusual contents ?

    – do you have the possibility to take a look at your hosting account’s apache access & error logs ? If you can, leave your website alone for a while, then open your website and bear with the wait time and all, and after this get your IP ( whatsmyip.net for instance) and search if there’s a mention of your IP in the error log (i.e. visiting caused errors : they ought to be clues), and maybe in the access log (to see if your IP loaded normal stuff or a ton of oddities)

    – much more advanced, you can ask your web host to check their monitoring and see if, at the precise times you’re having the huge wait time there isn’t a temporary CPU usage peak, a RAM consumption explosion, or a surge in mysql slow_queries.

    Thread Starter jancoz

    (@jancoz)

    Twenty Ten is the only theme I got that actually gets a lower loading time (2 seconds). All the other themes, Twenty Eleven, Twenty Twelve, Twenty Thirteen and Twenty Fourteen all get 12+ seconds loading time.
    What differs Twenty Ten from the other WordPress default themes?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘WordPress takes long to load’ is closed to new replies.