INP & CLS Improve

17 views
Skip to first unread message

Jayesh Patidar

unread,
Jul 7, 2026, 8:36:50 AM (21 hours ago) Jul 7
to Chrome UX Report (Discussions)
Hello,

We have implemented all possible optimizations to improve the INP and CLS scores on the website below, but the mobile performance metrics have not improved.

We have completed all the recommended fixes, yet the Core Web Vitals are still not showing as Good (green) for mobile.

Could someone please help us identify the root cause of this issue and determine what is preventing the mobile metrics from improving?

We know some JS are loding on this domain but this also loding on category page and product listing page but there is everything is fine. Only problem exist on home page.

Any help will be appreciated to fix it.

Domain: https://www.beautyplussalon.com/

Amit

unread,
Jul 7, 2026, 8:51:53 AM (20 hours ago) Jul 7
to Chrome UX Report (Discussions), jpat...@ravedigital.agency
Hi,

I think you should inform these issues with the theme development company. They can tell you the reason.

After that you can make the changes as per by that theme development company.

Barry Pollard

unread,
Jul 7, 2026, 8:52:14 AM (20 hours ago) Jul 7
to Jayesh Patidar, Chrome UX Report (Discussions)
For CLS, we give some advice here: https://web.dev/articles/optimize-cls

In particular I notice CLS is fine on load, but if your scroll, you clearly see a CLS issue:

image.png
This is usually a classic sign of lazy loading without reserving the space.

It looks like the Beauty Blog section loads late (even though it is in the original HTML?) and this shifts the call to action down if that happens after you've scrolled to this section.

For INP the search bar looks slow when I throttle my PC and start typing:

image.png
Usually that means you need to debounce to prevent a queue of search results building up as you type.

Michal Mocny covered this exact use case here: https://www.youtube.com/watch?v=KZ1kxzsJZ5g&t=222s. The technology you use might differ, but the techniques and principles will still be valid.


--
You received this message because you are subscribed to the Google Groups "Chrome UX Report (Discussions)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chrome-ux-repo...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chrome-ux-report/21d1c47c-0d8d-455f-9b6c-4e9b9987ba83n%40chromium.org.
Reply all
Reply to author
Forward
0 new messages