• Dear WordPress Community,

    I am writing to receive some support on a speed issue regarding the website of the organization I work for:

    http://www.nycnvc.org

    Please note I am not a web developer so excuse the ‘lay’ terminology at times. We migrated to a WordPress site about a year ago, and since then access to the website has been painfully slow (pages take several seconds to load). We verified that this does not relate to our server host (DirectNIC).

    Rather, after some inspection, we believe that part of the time lag is due to the creation of the webpages themselves: indeed, when viewing the source page after loading the home page (or any other page), we noticed the last two lines of the code being:

    <!– Dynamic page generated in 3.583 seconds. –>
    <!– Cached page generated by WP-Super-Cache on 2017-01-17 15:44:58 –>

    For further confirmation, we saved such page and then statically requested it from a different address, and loading is immediate in this case, once all libraries, styles and images are loaded in cache.

    Could you please provide some support on how to solve the issue? Is there some setting on WordPress that needs to be changed so that the pages are not recreated dynamically every time?

    Your help is much appreciated, working on the website has been quite challenging with such slowness.

    I look forward to hearing from you.

    Clara

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You have a LOT of little CSS files. Try adding (and configuring) the plugin “autoptimize” to reduce the number of http requests necessary to build a page.

    Another option is to install the Jetpack plugin and enable its “Photon” setting so your images are served from wordpress.com’s CDN rather than from your server.

    Ask your host if they can upgrade your PHP to PHP version 7 as that’s significantly faster than 5.3.29, which they’re currently running. (Very old!)

Viewing 1 replies (of 1 total)

The topic ‘Slow Website after installing WordPress’ is closed to new replies.