小编Fra*_*uds的帖子

如何消除渲染阻塞资源(app.css)?

在此输入图像描述

\n

我正在测试我创建的网络的性能。我尝试使用Google 的 Page Speed \xe2\x80\x8b\xe2\x80\x8band GT Metrix。每个应用程序都会产生不同的性能结果。

\n

我正在尝试查看热门问题 GT Matrix 中的结果,. 中的渲染资源存在问题app.css。我尝试使用下面的代码来解决这个问题,但初始渲染结果不太好看。

\n

谁能帮助我如何处理这个问题?

\n
<link rel="stylesheet" href="http://103.148.190.87/css/app.css" as="style" onload="this.onload=null;this.rel=\'stylesheet\'">\n<noscript>\n  <link rel="stylesheet" href="http://103.148.190.87/css/app.css">\n</noscript>\n
Run Code Online (Sandbox Code Playgroud)\n

css performance performance-testing pagespeed-insights

4
推荐指数
1
解决办法
7195
查看次数