Replies: 1 comment
-
|
The only thing Docusaurus relies on is 10studio.tech/assets/css/styles.756daa62.css, containing our CSS framework and code, and unfortunately not easy to optimize without using something like TailwindCSS or other atomic CSS-in-JS technique. All the rest is resources that you added, not Docusaurus, so we can't do anything. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a website made by Docusaurus. I analyze a very simple webpage without any images https://www.10studio.tech/docs/community by PageSpeed Insights, here is the result: https://pagespeed.web.dev/analysis/https-www-10studio-tech-docs-community/dxyxwlmw32?form_factor=mobile
The analysis result shows that there are render-blocking resources with potential savings of 1060 ms
The files are
Does anyone know what precisely I could do to improve this?
Beta Was this translation helpful? Give feedback.
All reactions