文件名称:fe-dash:前端性能仪表板
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-26 06:15:22
JavaScript
#fe-dash 前端性能仪表板 运行一组 grunt 任务( yslow 和 phantomas 和 pagespeed )来衡量前端性能指标。 然后直接在终端中或通过位于express 上运行的仪表板页面对返回的指标进行可视化和查看 设置: git clone git@github.com:mkitzman/fe-dash.git cd fe-dash && npm install 运行性能测试 grunt 启动应用 node app.js 在浏览器中访问 此外,您可以将此作为 chron 作业运行,默认设置为每天一次。 node cron_jobs.js
【文件预览】:
fe-dash-master
----.gitignore(31B)
----app.js(766B)
----cron_jobs.js(859B)
----package.json(588B)
----Gruntfile.js(3KB)
----views()
--------pagespeed.dust(176B)
--------dashboard.dust(3KB)
--------yslow.dust(1KB)
--------layout.dust(438B)
--------notfound.dust(363B)
----css()
--------phantomas_custom.css(662B)
----README.md(690B)
----configs()
--------sites.js(457B)
----routes()
--------index.js(3KB)