Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ways to increase app performance #788

Closed
chrstngyn opened this issue Apr 18, 2022 · 2 comments
Closed

ways to increase app performance #788

chrstngyn opened this issue Apr 18, 2022 · 2 comments
Labels

Comments

@chrstngyn
Copy link
Contributor

according to Lighthouse Report via Chrome dev tools

Performance: 56/100

  • Serve images in next-gen formats
    Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption

  • Enable text compression
    Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes.

  • Reduce unused JavaScript and CSS

@chrstngyn
Copy link
Contributor Author

code splitting method via Discord Engineering Blog
https://blog.discord.com/how-discord-maintains-performance-while-adding-features-28ddaf044333

@sgfost sgfost mentioned this issue Jan 3, 2023
3 tasks
@sgfost
Copy link
Contributor

sgfost commented Jan 3, 2023

closed in favor of #834

@sgfost sgfost closed this as completed Jan 3, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants