Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance of content-script loading #1930

Open
ameshkov opened this issue Nov 15, 2024 · 0 comments
Open

Improve performance of content-script loading #1930

ameshkov opened this issue Nov 15, 2024 · 0 comments

Comments

@ameshkov
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants