Skip to content
#

webperf

Here are 85 public repositories matching this topic...

Kudja
Kudja commented Sep 13, 2021

Describe the bug
I have 2 builds with different CLS
Build 1 - CLS = 0.001
Build 2 - CLS = 0.026
When I compare this 2 builds it will not show CLS in metrics (this works with any threshold)

To Reproduce
Steps to reproduce the behavior:

  1. Prepare 2 builds with different CLS
  2. Compare them

Expected behavior
See CLS diff same way as any other metrics.

*Logs/Screenshots

bug good first issue
technopagan
technopagan commented Sep 21, 2017

SVG will very likely take a little longer to render than a base64-encoded raster image. And the Gaussian Blur applied to the simple SVG shapes created by Primitive is probably quite CPU intensive.

Let's run a series of performance tests, ideally on WPT, to compare LQIP raster image rendering performance vs. SQIP rendering performance and also compare CPU utilization.

前端性能指标的监控,采集以及上报。用于测量第一个dom生成的时间(FP/FCP/LCP)、用户最早可操作时间(fid|tti)和组件的生命周期性能,,网络状况以及资源大小等等。向监控后台报告实际用户测量值。

  • Updated Feb 23, 2020
  • TypeScript

Improve this page

Add a description, image, and links to the webperf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webperf topic, visit your repo's landing page and select "manage topics."

Learn more