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

some kind of cache? #21

Open
aldarund opened this issue Jul 13, 2021 · 0 comments
Open

some kind of cache? #21

aldarund opened this issue Jul 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@aldarund
Copy link

aldarund commented Jul 13, 2021

For example with vuetify nuxt critters adds 1sec render time to request, which isnt really usable for production.
With purged everything from css, i can get 300-400ms, whcih still a lot if we consider that its added on each request

i Inlined 1.15 kB (28% of original 3.98 kB) of inline CSS. 16:39:54
i Inlined 28.4 kB (17% of original 161 kB) of _nuxt/css/140be2a.css. 16:39:55
i Inlined 5.77 kB (22% of original 25.1 kB) of _nuxt/css/65cedc7.css. 16:39:55
i Inlined 1.98 kB (73% of original 2.71 kB) of _nuxt/css/396103a.css. 16:39:55
i Inlined 561 B (36% of original 1.52 kB) of _nuxt/css/8f8f4bf.css. 16:39:55
i Inlined 1.81 kB (95% of original 1.89 kB) of _nuxt/css/bb08894.css. 16:39:55
i Time 389.4243

So any ideas how to avoid adding this overhead on each request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant