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

Long time to start up #13383

Closed
tsmaeder opened this issue Feb 13, 2024 · 1 comment
Closed

Long time to start up #13383

tsmaeder opened this issue Feb 13, 2024 · 1 comment
Labels
performance issues related to performance

Comments

@tsmaeder
Copy link
Contributor

Bug Description:

Recently, I've noticed that starting the browser version of Theia takes a long time to load on Firefox. I did a reload under the profiler and a lot of time seems to be spent parsing css. The call stack involves setting the innerText of a html element from a method called updateStyle. The only code in Theia that seems to qualify for this is PluginIconService.updateStyle() which is called from the PluginContributionHandler to register icons. This makes sense, since I have the gitlens plugin installed, which registers a bunch of icons.

Steps to Reproduce:

  1. Install gitlens
  2. yarn browser start
  3. Open "localhost:3000" in Firefox.

Additional Information

  • Operating System:
  • Theia Version:
@tsmaeder tsmaeder added the performance issues related to performance label Feb 13, 2024
@tsmaeder
Copy link
Contributor Author

This one got fixed as a side-effect of #13217

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

No branches or pull requests

1 participant