Current text:
3.2 Minify Your HTML, CSS, and JavaScript
Success Criterion - Minify Code
All source code is minified upon compilation (including inline code).
Suggested text:
3.2 Optimize and Minify Your Web Assets
Minimizing code is essential for creating efficient, performant, and sustainable web applications. Smaller codebases translate to faster load times, reduced bandwidth consumption, and easier maintenance. This principle applies to both frontend (client-side) and backend (server-side) code, though the specific techniques may differ. The following points contribute to minimizing code across the application stack
Success Criterion - Minify Assets
Remove unnecessary whitespace, comments, and other non-essential characters from code and data files to reduce file sizes and improve loading times. This applies to HTML, CSS, JavaScript, JSON, SVG, and other relevant file types.