CoreLibs icon indicating copy to clipboard operation
CoreLibs copied to clipboard

Improve performance of content-script loading

Open ameshkov opened this issue 1 year ago • 0 comments

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

ameshkov avatar Nov 15 '24 07:11 ameshkov