-
Notifications
You must be signed in to change notification settings - Fork 106
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
perf: optimize lighthouse score #218
Conversation
@amitksingh1490 |
@neo773 can you deploy this change on https://neo773.github.io/tailcallhq.github.io/. want to check the lighthouse score now |
@neo773 Screenshot @tusharmath shared in the issue was for mobile audit and you have shared it for desktop audit. |
Google's pagespeed is a more realistic Lighthouse run being not affected by eg. extensions: https://pagespeed.web.dev/analysis/https-neo773-github-io-tailcallhq-github-io/50w4z55rwq?form_factor=mobile |
Also I pushed a change that adds avif images |
Pagespeed is Lighthouse, but it just runs on Google's servers. That's the environment the search engine cares for, if the goal here is to get better SEO and load times.
It's not inaccurate. It means that there is useless CSS rules loaded on the home page that are only on Docusaurus content pages. |
Optimizations:
For accessibility I've fixed the 1st party issues rest all are caused by 3rd party like GraphiQL
Report for /playground
Report for /
/claim #216
/claim #217
fixes #216
fixes #217