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

Big performance gains #12

Merged
merged 7 commits into from Feb 1, 2023
Merged

Big performance gains #12

merged 7 commits into from Feb 1, 2023

Conversation

aerni
Copy link
Owner

@aerni aerni commented Feb 1, 2023

This PR fixes #10. The icons are now only loaded once and served from a Vuex store.

It also fixes #5 by giving the v-select footer a height of 1px. Silly Chrome.

This will make the document size smaller, as we don’t pass all the icons to the field to start with. But we should still use a Vuex store so that we only load all the icons once. Right now, we are still loading all the icons for each field.
@aerni aerni merged commit aba0821 into main Feb 1, 2023
@aerni aerni deleted the fix/performance branch February 1, 2023 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slow CP page loading Icons don't load correctly in Chrome
1 participant