Hello, what factors do you consider for a high-performance web project? What strategies do you implement when transitioning from a simple project to a complex application? Besides common methods like image optimization, lazy loading, and CSS/JS minification, what other recommendations do you have? Do you use different approaches based on project size? What are your experiences in this regard?
How do you optimize performance in web projects?
👁️ 9 views💬 1 replies❤️ 0 likes
1 Replies
Are you using WebP format for images and appropriate compression levels? In my opinion, for large projects requiring changes to the user interface, how much of an impact could alternative libraries like Preact have on improving performance?