• Resolved milannedev

    (@milannedev)


    I have a website that I am still developing but I have awful page speed scores even though I am using every technique possible. And I am on lite speed VPS on Vultr. My load times on Desktop Are Still not that bad. But mobile is awful and I can’t seem to fix it.

    • This topic was modified 3 years, 1 month ago by milannedev.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    please specify more , as by awful as how ?

    it loads in 2 seconds on my phone

    Best regards,

    Thread Starter milannedev

    (@milannedev)

    https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fdsgnengine.com%2F here is a test from Page Speed insights. I am happy with Desktop but mobile is pretty bad. Do you have some options on how to improve. And I am on a litespeed server with Cyberpanel so I am open to VHost changes as well . Anything that can help. Also I have a question. Because this is a multisite instance. If I configure a cdn. Will it work with the whole network of websites even with a mapped domain. Or not. And if it doesn’t how can I make to work.

    Thanks for the fast reply.

    Plugin Support qtwrk

    (@qtwrk)

    I see

    it’s due to your page is too “facny” , too many JS and CSS

    in v3.7 we have feature to remove unsued CSS, but for unused JS , sadly we can’t do anything about it right now

    @milannedev

    Bad score at Pagespeed is not caused by a slow server or too much CSS/Javascript. It ‘s caused by the design of your page and especially by animation effects and lazy load of top image “above the fold”.

    – Exclude https://dsgnengine.com/wp-content/uploads/2021/03/main-pic-3-4.png.webp from lazy load
    – Remove fading effect for elements above the fold. It looks nice, but Pagespeed punishes such effects.
    – Add this code to your .htaccess to increase browser cache life time

    <FilesMatch “\.(jpg|JPG|jpeg|jpe?g|woff|woff2|png|css|js|gif|swf|ico|ttf|eot|ico|js|mp4|webp|webm|svg|json)$”>
    Header set Cache-Control “max-age=31536000, public”
    </FilesMatch>

    Give it a try…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Running My Website on Litespeed VPS and still my website is loading slow.’ is closed to new replies.