• Hello,

    I have problem with very low mobile phone speed on my website.

    I am using plugin LiteSpeed Cache, everything is optimized, lazy loading of photos is ON. I cut CSS, JS, all things which speed insight tells me and still get this terrible result. Photos are also optimized twice. Cache is enabled.

    Desktop result is: 88

    Mobile result is: 49

    First Contentful Paint: 1,4s Render: 9,6 s Total blocking time: 310ms Cumulative Layout shift: 0,432 Speed index: 4,0

    How can I solve this? I can’t figure it out, I am afraid speed this low can ruin mobile user experience. URL of website in post.
    Thanks for help

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

Viewing 1 replies (of 1 total)
  • I have a few comments:

    You’re loading 244kb of font files. You should serve these with a static cache policy that lasts for a while (or . More info here: https://www.ads-software.com/documentation/article/optimization/#browser-caching

    Actually, it looks like those local fonts are just icons, which could be served as SVGs instead. These look to be coming from the Elementor plugin, so you’d need to ask them about alternatives.

    One of the biggest slowdowns is probably your slideshow at the top of the page. It’s loading two very large images, which are not deferred/lazily-loaded (they’re used as background images instead of <img> elements). The first thing that I would do is try to optimize those images. And, maybe instead of a slideshow with two images, just use a static Cover block instead.

    There’s some other things, such as loading a large JavaScript library like jQuery that could potentially help if you got rid of. Of course, I imagine that’s from the theme you’re using or a plugin. You also have several images loading on the homepage altogether.

    Basically, you have a lot of stuff going on, most of which are bells and whistles and are trying to “fix” it with a caching plugin. If you reduce all of the extra stuff that you really don’t need, you probably wouldn’t even need a caching plugin to make a faster website (the caching would just be a bonus).

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with speed on website’ is closed to new replies.