You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web-vitals-feedback
The Debugbear tool just tries clicking about some places in an attempt to find slow INP interactions.
I was easily able to simulate a slow INP with the following steps:
Open DevTools
Load the page
Open Performance Panel in DevTools
Set 6x CPU slowdown (I'm on an M1 Mac so this is to make it seem more like an average mobile phone)
Click the "Acconsento" (Accept?) button on the constent manager pop up.
This is not uncommon as Consent Management Platforms (CMP) typically do a LOT of processing on accepting consent. Best practice is to yield, to allow thr screen to update so the user knows the button click has been accepted, and then to do all that processing as advised here and demonstrated in this case study.
Unfortunately this is not something you have control over, so you would need to speak to your Consent Manager provider
Giacomo Beretta
unread,
Jun 21, 2024, 11:44:23 AMJun 21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web-vitals-feedback
Thanks! And sorry.. I wrote IMP ... but I mean INP!