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