-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Improve page speed performance and Vercel deployment build times #76
Comments
I'm funding this issue so if someone is able to fix it and achieve the I'm offering $75 USD if you achieve point |
Hey Jahir, I've looked into this but I haven't had any luck with it so far. I thought I'd update you on what I've explored:
I'll keep on playing around with it, to see if I spot anything else. Next steps might be to comment everything out and add stuff back in until you find a performance regression. |
Thank you so much @gregives ! 🫶 Yeah, I was just checking with bundle analyzer last night, and there's a couple things that I would rather not be part of the client bundle. Probably because when using So, I think one thing I (or we) could try is to try for server components inside client components to not be part of the client bundle. Or reduce the amount of dependencies used in client components. Although that might mean missing some functionality. Oh, and I wish there was a way to use Preact (instead of React) on the client. Like it was possible in previous versions of Next.js We'll keep trying, thanks again! |
Requirements
URL
https://jahir.dev
What happened?
PageSpeed Insights
Core Web Vitals Assessment fails, and the performance is ~86 on mobileDiagnostics mention:
Reproduction Steps
Deploy the project
Expected behavior
Core Web Vitals Assessment should pass with everything in green. Performance on mobile should be at least 90.
Deployment time should take less than 1 min and 30 secs, which is almost what it takes to run
git pull ... && yarn && yarn build
locally.Funding
The text was updated successfully, but these errors were encountered: