-
Notifications
You must be signed in to change notification settings - Fork 176
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
library.svg file for templates does not seem to be used #2177
Comments
Could relate to #2598 |
library.svg usage was removed in #900 |
bklimov-web
added a commit
that referenced
this issue
Jan 26, 2024
9 tasks
rrodionov91
pushed a commit
that referenced
this issue
Jan 30, 2024
rrodionov91
pushed a commit
that referenced
this issue
Jan 30, 2024
9 tasks
rrodionov91
added a commit
that referenced
this issue
Jan 30, 2024
Co-authored-by: bklimov-web <Bogdan_Klimov@epam.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
library.svg file seems to be storing pre-rendered svg templates from library.sdf
At the moment the templates sdf file includes bindings to library.svg file, but it does not seem like the prerendered elements are being used, meanwhile the file weighs around 2.5MB and slows down initial page loading.
Solution
Investigate if library.svg file is used, if it is - introduce gzip and caching on the infrastructure level for this file, if not - remove the file and do not request it from the client side.
The text was updated successfully, but these errors were encountered: