'Lighthouse CLI for performance while running extension
I have an extension that I would like to measure webpage performance with and w/o it running. I use Lighthouse CLI:
lighthouse https://www.bing.com/search?q=curse+words --output json --output-path D:\lighthouseResults\result.json --disable-device-emulation --chrome-flags="--user-agent=edge --window-size=360,640 --enable-experimental-extension-apis"
I did not see the extension working from that popped out browser page (the extension will make content on the page).
Am I using the right option --enable-experimental-extension-apis here?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
