简体   繁体   English

28 天后,Core Web Vitals 评估中的累积布局转换 CLS 未改进/更新

[英]Cumulative Layout Shift CLS not improving / updating in Core Web Vitals Assessment after 28 days

I have a very basic page which contains only text.我有一个非常基本的页面,其中仅包含文本。 The page content has not changed for past few months now and the CLS score in the section "Core Web Vitals Assessment" is:页面内容在过去几个月没有变化,“核心网络生命评估”部分的 CLS 分数为:

For Mobile: 0.29
For Web: 0.16

But the CLS score in the metrics under the section "Diagnose performance issues" is:但是“诊断性能问题”部分的指标中的 CLS 分数是:

For Mobile: 0.001
For Web: 0.036

CLS

And Core Web Vitals show past 28 days data collection. Core Web Vitals 显示过去 28 天的数据收集。 "Computed from the Core Web Vitals metrics over the latest 28-day collection period." “根据最近 28 天收集期间的 Core Web Vitals 指标计算得出。”

Despite having a Good CLS score in Metrics "Performance", the Core Web Vitals show Poor score.尽管在 Metrics “Performance” 中的 CLS 得分很高,但 Core Web Vitals 的得分却很差。

What can I do to reflect the change?我能做些什么来反映这种变化?

The top score is based on real user experiences aggregated over 28 days.最高分基于 28 天内汇总的真实用户体验。

The lower score is based on a single lab test emulating a typical user that does not interact with the page.较低的分数基于模拟不与页面交互的典型用户的单个实验室测试。 This means it often does not trigger CLS issues that real users do.这意味着它通常不会触发真实用户所做的 CLS 问题。

Tools like the Web Vitals chrome extension can help you spot layout shifts as you interact with the page. Web Vitals chrome 扩展等工具可以帮助您在与页面交互时发现布局变化。 Or you can add your own Web Vitals tracking code and see what elements cause layout shifts for your real users.或者,您可以添加自己的 Web Vitals 跟踪代码,并查看哪些元素会导致真实用户的布局发生变化。

https://web.dev/vitals-ga4/ https://web.dev/vitals-ga4/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 核心网络生命力评估:失败 - Core Web Vitals Assessment: Failed CLS 警报不支持的 CSS 属性在 PageInsights 核心 Web 生命体征 - CLS alerts Unsupported CSS Property in PageInsights Core Web Vitals 核心 web 生命体征结果一致性问题,甚至所有 URL 都处于良好状态( LCP | CLS ) - Core web vitals results consistency problem, even all URL's are in good ( LCP | CLS ) 如何补救 Pagespeed Insights 消息“从该来源提供的页面未通过核心 Web Vitals 评估”? - How do I remedy the Pagespeed Insights message “pages served from this origin does not pass the Core Web Vitals assessment”? 移动设备的累积布局偏移问题 - Cumulative Layout Shift problem with mobile 4种场景下的累积布局偏移为0? - Cumulative Layout Shift of 0 under 4 scenarios? 累积布局移位和 cookies 弹出窗口 - Cumulative Layout Shift and cookies popup Google pagespeed - 如何衡量 SPA 和 PWA 的 Cumulative Layout Shift? - Google pagespeed - How is Cumulative Layout Shift measured for SPA & PWA? 如何解决WordPress中消除渲染阻塞后产生的布局移位问题(CLS)? - How to solve layout shifting issue (CLS) generated after eliminating render blocking in WordPress? CLS - 避免大的布局偏移 - Div inside HTML - CLS - Avoid Large Layout Shifts - Div inside HTML
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM