exthouse
exthouse copied to clipboard
Analyze the impact of a browser extension on web performance.
I tried to evaluate the final version of Block Origin. 1) Download extension using https://crxextractor.com/ (Because on https://chrome-extension-downloader.com/, when I input the URL of Block Origin. (https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en), It shows the....
After simple run of `exthouse` recived an exception: ``` Error: Protocol error (Tracing.end): Tracing failed at Function.fromProtocolMessage (/Users/gregoryshehet/.nvm/versions/node/v12.14.1/lib/node_modules/exthouse/node_modules/lighthouse/lighthouse-core/lib/lh-error.js:132:19) at /Users/gregoryshehet/.nvm/versions/node/v12.14.1/lib/node_modules/exthouse/node_modules/lighthouse/lighthouse-core/gather/connections/connection.js:123:25 at processTicksAndRejections (internal/process/task_queues.js:94:5) { protocolMethod: 'Tracing.end', protocolError: 'Tracing failed', friendlyMessage:...
The purpose of the project improving speed on a web. All results we were gathering related only to Chromium mostly. We’d like to extend results and see extensions (Add-ons) influence...
Currently we track additional CPU work with kinda [Long Tasks API](https://github.com/w3c/longtasks) and intention to do that for Firefox is having this API implemented. In case we can relay on [...
Add support for custom login script to evaluate extensions requiring authentication (more than 50% of all extensions). #### Solution Puppeteer powers Exthouse and allows us to get an extension page....
Motivation: `Honey` extension requires authentication, but even without login, it affects perf.  It will be really interesting to know the results after authentication, compare how FID and other values...
Hello, First of all thanks for the work you've done ! it looks very promising ! I had some question about how you guys calculate the new score ? I...