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

Improve Page Load Time #244

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Improve Page Load Time #244

wants to merge 3 commits into from

Conversation

lizageorge
Copy link
Collaborator

@lizageorge lizageorge commented Jun 26, 2024

Summary

Closes #241

Changes

  • Reduce quality and increase priority of landing page banner
  • Minify tailwind build
  • Update nextjs version
  • Use nextjs/font for more efficient loading of fonts

Performace metrics (from Chrome Dev Tools > Lighthouse > Performance for Desktop, Navigation)

  • Main Page: 56 (used to be 53)
  • Company Page: 54 (used to be 53)

Next Steps

  • main page; hero image is still most time consuming thing by far; reduce image size
  • company page; retrieving contentful info is most time consuming thing, idk how to improve that
  • company page; "Eliminate render-blocking resources"; Use the next/script component to defer loading of non-critical third-party scripts. Learn more.

Copy link

vercel bot commented Jun 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
toriis ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 31, 2024 8:18am

@lizageorge lizageorge marked this pull request as ready for review August 19, 2024 19:17
@kennykos
Copy link
Member

@lizageorge when I open the vercel preview I get a client side application error. Is this something we need to worry about?

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.

Loading Speed
2 participants