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

Slow performance #29

Open
not-matthias opened this issue Jun 8, 2024 · 2 comments
Open

Slow performance #29

not-matthias opened this issue Jun 8, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@not-matthias
Copy link
Member

Page speed analysis shows really slow performance: https://pagespeed.web.dev/analysis/https-0xa-at/zluput2g6u?form_factor=mobile

  • Mostly due to unoptimized images
  • Also due to bad caching configurations
  • ...
@not-matthias not-matthias added the enhancement New feature or request label Jun 8, 2024
@not-matthias
Copy link
Member Author

Optimizing it is borderline impossible:

  • Huge bundles with Next.js
  • Really long javascript execution time (which blocks the main thread)
  • Images need to be manually resized/prioritized

Overall it has a quite bad SEO and even worse performance. Best option is to rewrite it with a SSG (zola, hugo, ...)

@not-matthias
Copy link
Member Author

not-matthias commented Jun 8, 2024

Astro might be a good fit, since we can reuse the components. Some crash courses:

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