Tag: JavaScript
All the articles with the tag "JavaScript".
Video editing in the browser with WebGPU
Published:WebGPU enables real-time video effects and transformations in the browser. Practical implementation with benchmarks and real-world limitations.
ML in the browser with WebGPU: real-time inference
Published:How to use WebGPU as the TensorFlow.js backend to run ML models in the browser with real performance. Benchmarks and practical use cases.
Image processing in the browser with WebGPU
Published:How to use WebGPU to apply filters and transformations to images in the browser. Real benchmarks comparing with Canvas 2D.
WebGPU: the browser's new performance engine
Published:WebGPU exposes the GPU directly to the browser, opening new possibilities for intensive processing: images, video, ML, and more.
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.