-
-
Notifications
You must be signed in to change notification settings - Fork 11.4k
feat: improve library sidebar performance #9060
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||
|
Checking, the PNG is in fact indeed perceptibly slower when compared to production. It also has a race condition with font loading (strange) where it sometimes happens that the library item's fonts (e.g. Excalifont) isn't loaded in time of render. And it's less sharp as well :(. So I'm thinking about skipping the SVG -> PNG part, unless we at least solve the 1) performance 2) fonts issues. (Also note that using |
|
Alright, I removed the PNG renderer for now and we'll see if we can reintroduce it later. Thanks for the PR! |
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
This does two things: