puppeteer-webperf:使用Puppeteer:circus_tent:自动进行Web性能测试

时间:2024-02-22 01:32:42
【文件属性】:

文件名称:puppeteer-webperf:使用Puppeteer:circus_tent:自动进行Web性能测试

文件大小:3.31MB

文件格式:ZIP

更新时间:2024-02-22 01:32:42

chrome web-performance chrome-devtools devtools lighthouse

使用Puppeteer自动进行Web性能测量 :joystick: 是一个Node库,它提供了高级API来通过控制无头Chrome或Chromium。 该存储库包含使用Puppeteer自动执行Web性能测量的方法。 目录 获取页面加载的DevTools性能跟踪 木偶API: const puppeteer = require ( 'puppeteer' ) ; ( async ( ) => { const browser = await puppeteer . launch ( ) ; const page = await browser . newPage ( ) ; // Drag and drop this JSON file to the DevTools Performance panel! await page . tracing . start ( { path : 'profile.json' } ) ; await page . goto ( 'https://pptr.dev' ) ; await page . tracing . s


网友评论