哨兵错误“大型渲染阻塞资产”突然出现

问题描述 投票:0回答:0
Large Render Blocking Asset /
New Issue
/static/js/main.779fa2a0.js

Large render blocking assets are a type of resource span delaying First Contentful Paint (FCP). Delaying FCP means it takes more time to initially load the page for the user. Spans that end after FCP are not as critical as those that end before it. The resource span may take form of a script, stylesheet, image, or other asset that requires optimization. To learn more about how to fix large render blocking assets, check out these resources:

https://web.dev/fcp/

在 Sentry 中从未收到过此错误之后,突然间我们在应用程序的最后一天收到了 20 个这样的错误。我们的网站 https://cbbanalytics.com/ 没有最快的主页加载速度,但我们在最后一天没有更改任何会导致此问题的重大内容。为了提高页面加载速度,我们只做了一项更改,即从

redis
加载一个主页的数据提取。或许与此有关? (我已经仔细检查了我们的 redis 容量,没问题,只使用了可用 2GB 中的 0.5GB)。

进一步排除故障以解决问题的推荐方法是什么?

sentry pageload
© www.soinside.com 2019 - 2024. All rights reserved.