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

Implement Angular SSR #6640

Open
kontrollanten opened this issue Sep 29, 2024 · 0 comments
Open

Implement Angular SSR #6640

kontrollanten opened this issue Sep 29, 2024 · 0 comments

Comments

@kontrollanten
Copy link
Contributor

Describe the problem to be solved

Upon Peertube 6.2.1 (without plugins) Lighthouse gives the score:

image

Describe the solution you would like

I did a PoC with Angular SSR, which gave the following score:

image

The overall score is lower due to an issue with the hydration that I didn't have time to solve. But the FCP went down to nearly a third of the time.

When I disabled JS in the browser the following score was given:

image

Conclusion

If the hydration issue is solved it should be possible to significantly improve the initial load time for Peertube. I'll look further into this to be possible to do a PoC where the hydration is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants