• Resolved barnoldis365

    (@barnoldis365)


    I’ve been trying to learn how to optimize the loading speed of my website page at: https://gods-promise-to-you-28.webself.net/

    I’ve been watching the internet program at https://imchannel.tv/ and it mentioned that for me to increase the loading speed of my website, one of the things I need to do is to cache my page(s) using a plugin called “LiteSpeed Cache.”

    Is anyone familiar with how to use this plugin? Any other suggestion on a system I can use to help speed up my website load time ( it loads at approx. 9-15sec but should load at 2-4secs!?

    Barry A.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think your major problem is the number of files you’re loading.
    You are loading around 370 images at once.
    You should implement the infinity scroll, which loads only what in viewport.

    The load time can be optimize a bit, you have really small 15 css files and 29 js files.
    Merge them to one file will enhance the file size but reduce the number of requests.

    You should also upgrade the num of cors on your server. It should help a bit.

    I use cloudflare CDN and noticed that whe i use the cloudflare cache plugin, the speed is fast, very fast. Try it out if you use cloudflare

    Plugin Author Raul P.

    (@alignak)

    Hi, I have been busy lately, sorry about the late reply.

    This is not a support question.

    A cache plugin will not speed things up.
    It only improves the time to first byte.

    If your site is complex, you need to have a developer doing some work on it, not just install a few plugins.

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

The topic ‘Website Speed Load Optimization’ is closed to new replies.