• Resolved wderieryp

    (@wderieryp)


    After running a PageSpeed Insights test, it appears that JavaScript evaluation is taking a while and negatively impacting the overall score. Is there a way to improve this?

    Additionally, is there a way to improve the LCP?

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @wderieryp,

    Yeah, Eksell has pretty large assets, and they are unminified out of the box. The easiest way to improve these values is to either use a caching plugin that minifies the assets, or using a service like Cloudflare for more extensive optimisations. The latter can also help you optimise the delivery of images, which often has a large impact of the LCP value.

    There’s not much you can do to theme itself to improve its performance, other than to dequeue the CSS variables ponyfill if you don’t need Internet Explorer 11 support.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Minimize main-thread work’ is closed to new replies.