shailenderjain

Results 17 comments of shailenderjain

![CLS_PageSpeed](https://user-images.githubusercontent.com/26955702/192968653-2630b64c-e780-41aa-9037-83bb6f0f8428.PNG) ![CLS_Analytics](https://user-images.githubusercontent.com/26955702/192968666-a646ebbc-94f8-447e-a901-4f3876e9b335.PNG) I have attached 2 images for comparison. I have used Web Vitals for real time user monitoring. The CLS value is 0. However, when i run the same...

No ...i do not have any iframes on my pages. But i have added Google adsense on the pages.

![CLS_Analytics1](https://user-images.githubusercontent.com/26955702/193422917-742b351c-3ff9-4213-8dee-8cd9b9dca73a.PNG) There is one more observation. I was trying to drill down the CLS. I tried to capture attribution.largestShiftTarget. I could see the maximum value is coming as "(not set)"....

Thanks.. for your response. This is very helpful, However, i still need to understand the following. 1. As per the Web Vitals report there were 7697 unique events and 7411...

Thanks...I did the calculation according to the filter mentioned by you. ![Capture1](https://user-images.githubusercontent.com/26955702/193442792-cd5bffdc-eba5-48cb-a14f-8a37fdf72e1a.PNG) 1. 5669 unique events with no cls 2. 139 unique events with CLS (Filter = Chrome, Desktop). 3....

I have got another page where i have multiplied CLS with 1000. ![Capture_PDF_ID](https://user-images.githubusercontent.com/26955702/194502771-db2b45cb-8605-402b-bbb9-5684f85a3e23.PNG) Filter = Chrome & Desktop Total Events = 68186 Events (not set) = 66855 The events which...

Thanks... a lot... I have updated my code. May be there was issue with my CDN. I will try to update outcome after 5 days.

![Capture_5_days](https://user-images.githubusercontent.com/26955702/195274232-bd4e85fe-fc29-4636-8a90-16038fc6c831.PNG) This is the result of last 5 days. This is after updating code with multiplication of 1000. 1. Approx. 9298 unique events 2. 175 unique events with attribution values...

ok.. I have changed the code to Math.round(delta*1000)

![Capture_CLS1](https://user-images.githubusercontent.com/26955702/196371851-ba60d737-0c34-411d-a5bb-287ccb2a885b.PNG) Here are the result of the last 6 days. 10533 out of 10749 have an almost 0 CLS. **This means at least 97.9 have less then 0.1** Trying to...