exthouse icon indicating copy to clipboard operation
exthouse copied to clipboard

Analyze the impact of a browser extension on web performance.

Results 8 exthouse issues
Sort by recently updated
recently updated
newest added

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....

Need to figure out final options and response as array or object.

enhancement

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...

enhancement
help wanted

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....

enhancement
help wanted

Motivation: `Honey` extension requires authentication, but even without login, it affects perf. ![image](https://user-images.githubusercontent.com/6231516/59752468-f7ad9080-928a-11e9-868c-eb734e9d44ad.png) It will be really interesting to know the results after authentication, compare how FID and other values...

help wanted

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...

bug