@ulpi/browse 1.3.2 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +81 -0
- package/dist/browse.cjs +7788 -148
- package/package.json +1 -1
- package/skill/SKILL.md +14 -0
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -393,6 +393,20 @@ browse react-devtools owners <sel> Parent component chain
|
|
|
393
393
|
browse react-devtools context <sel> Context values consumed by component
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
+
### Performance audit
|
|
397
|
+
```
|
|
398
|
+
browse perf-audit [url] Full performance audit (Web Vitals, resources, images, fonts, DOM, render-blocking, third-party, stack detection, correlations, recommendations)
|
|
399
|
+
browse perf-audit [url] --no-coverage Skip JS/CSS coverage collection (faster)
|
|
400
|
+
browse perf-audit [url] --no-detect Skip framework/SaaS/infrastructure detection
|
|
401
|
+
browse perf-audit [url] --json Output as structured JSON (for programmatic use)
|
|
402
|
+
browse detect Detect tech stack: frameworks, SaaS platforms, CDN, protocol, compression, caching, DOM complexity, third-party inventory
|
|
403
|
+
browse coverage start Start JS/CSS code coverage collection
|
|
404
|
+
browse coverage stop Stop collection and report per-file used/unused bytes
|
|
405
|
+
browse initscript set <code> Inject JS that runs before every page load (pre-navigation observers, mocks, polyfills)
|
|
406
|
+
browse initscript show Show current init script
|
|
407
|
+
browse initscript clear Remove init script
|
|
408
|
+
```
|
|
409
|
+
|
|
396
410
|
### Cloud Providers
|
|
397
411
|
```
|
|
398
412
|
browse provider save <name> <key> Save provider API key (encrypted)
|