Tag: JavaScript
All the articles with the tag "JavaScript".
Optimizing Consent Scripts for Core Web Vitals
Published:Consent management scripts (CMP) compete with critical resources if not prioritized correctly. A server-side strategy to optimize loading based on visit type.
Optimize rendering with content-visibility
Published:The CSS property content-visibility improves rendering performance. Practical case with metrics and snippets to detect opportunities.
CSS Media Queries Analysis to Optimize Performance
Published:Learn how to analyze CSS media queries to detect and optimize unused styles on mobile, improving your website's performance with a simple JavaScript snippet.