AdguardTeam / CoreLibs

Core Adguard libraries
https://adguard.com/
Apache License 2.0
40 stars 7 forks source link

Improve performance of content-script loading #1930

Open ameshkov opened 1 week ago

ameshkov commented 1 week ago

Issue Details

From what I am seeing, content-script requests takes ~100ms to load. For comparison, userscripts takes about 10ms so I assume the function that builds content script is not optimized.

Proposed solution

Profile this request and find what can be optimized

Alternative solution

No response