• Resolved annaise

    (@annaise)


    I have basically all the optimisation settings on and yet my website is still incredibly slow. The previous optimisation plugin I was using made my page speed ‘normal’ but now its actually incredibly slow with litespeed. I was expecting things to improve!

    Report number: FZZCPTZK

    • This topic was modified 3 months, 2 weeks ago by annaise.
    • This topic was modified 3 months, 2 weeks ago by annaise.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support litetim

    (@litetim)

    @annaise
    Thank you for report id.
    I see that most of the settings are ON but I also see some things not happening as it should.
    1) most of CSS is minified and combined, except some files from theme.
    I see there is a exception added with one values being: kadence. Can this safetly be removed?
    There are some files with .min in filename, those are considered optimized and will not be added to combine/minification.
    2) I see image optimization is ON. What I am not sure about is: did all images finishes optimizing?
    3) UCSS is generated. But because UCSS inline is set ON, CCSS(Load CSS Asynchronously) will not be generated. This would be the main cause of render blocking being reported.

    I don’t know your theme this well but I would remove optimizations from it’s settings and leave LSC handle all operations.

    Thread Starter annaise

    (@annaise)

    I have smush pro plugin, so it should be serving optimised version. I have also been purging all quite a lot whilst trying to figure this out. So I thought to leave image optimisation for now. I added Kadence to the css excludes because UCSS was breaking my carousel sliders styling below and also the menu (it wouldn’t open mobile menu on a mobile phone, opens on mobile view on desktop though).

    I had added a lot of classes to the allow list to fix those 2 but they remained broken.

    I have now turned off UCSS inline and removed Kadence from the exclude list (site is broken now though).

    Plugin Support litetim

    (@litetim)

    @annaise wait 🙂
    Do not break live site for debug. Try on a stage site and test settings there, that’s why I asked if it can be safetly removed.
    As for CCSS allowlist, please test what values fix it. Make sure the rules exists in CSS
    Exclusion will fix issues but at a cost of speed.

    • This reply was modified 3 months, 2 weeks ago by litetim.
    Thread Starter annaise

    (@annaise)

    No allowlist value fixes it. This is for the product page gallery. I added absolutely every missing selector. Ran all the queues manually but there’s still nothing on the generated ucss.

    Here’s the exhaustive list for what’s missing.

    .wpgs-for .slick-initialized
    .slick-slider
    .slick-slider .slick-list
    .slick-list
    .slick-slider .slick-track
    .slick-track
    .wpgs-for .slick-slide
    .slick-initialized .slick-slide
    .slick-slide
    .slick-slide img
    .wpgs-nav
    .wpgs-nav .slick-initialized
    .wpgs-nav .slick-prev
    .slick-prev
    .wpgs-nav .slick-slide
    .wpgs-nav .slick-current
    .wpgs-nav .slick-active img
    .wpgs-nav .slick-next
    .slick-next

    I tried this combination out too

    .wpgs-for
    .wpgs-nav
    .slick-slider
    .slick-list
    .slick-track
    .slick-slide
    .slick-initialized
    .slick-prev
    .slick-next
    .slick-current
    .slick-active

    Any idea why they aren’t being added to the ucss? New report: FCDIDHJJ

    Edit: I did absolutely everything and nothing worked for like 16 hours. I just realised that I haven’t been purging the ucss with Purge All. So things were getting fixed but I just couldn’t see it. I’ll mark this as resolved once (if..) I manage to fix everything.

    • This reply was modified 3 months, 2 weeks ago by annaise.
    Plugin Support litetim

    (@litetim)

    @annaise ahhh 🙁 yes 🙁 UCSS is cleared separatly because it costs quota and is not neeeded to be cleared just in case of theme changes new design elements 🙂
    Keep it unresolved until we find out how to fix

    Plugin Support litetim

    (@litetim)

    @annaise try this too selectors too:
    .slick-slider *
    .slick-list *
    .slick-slider .slick-list
    .slick-slider .slick-track
    .slick-slider .slick-track, .slick-slider .slick-list

    Thread Starter annaise

    (@annaise)

    I managed to get everything to display properly but its just incredibly slow. As in it scores 16-20 on pagespeed insights. The starting mobile speed was 71 on the product page, so I consider that baseline. This is supposedly the better plugin. Surely I must be doing something wrong. If I ordered the wordpress optimization premium support, could someone help me to, at the very least get my website back to baseline?

    (hopefully that didn’t break any rules)

    Plugin Support litetim

    (@litetim)

    @annaise
    I went to page: https://oarno.com/products/oarno-oxylift/

    Page is big(in size, ~13MB)
    Third party JS files are heavy on loading(they can be delayed only)
    Also there are videos that can be loaded later, or when in view.
    Try optimizing these 2 things.

    Homepage has the same issue: 17MB page + videos

    Thread Starter annaise

    (@annaise)

    Marked as resolved – I decided to give up for good. I had tried a year ago and got poor results then too. It is what it is.

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

You must be logged in to reply to this topic.