Posts tagged with "frontend"
There are a total of 2 posts.
The Hidden Heroes of Image Optimization: The `width` and `height` Attributes and Core Web Vitals Improvement Strategies
Published Jul 14, 2025 by whitedec
The `width` and `height` attributes play a crucial role in space reservation by the browser and improving CLS. A deep dive into the hidden essentials of image …
#frontend , #cls , #core web vitals , #lighthouse , #image optimization , #layout shift
Python vs Node.js: CSS Compression Experiment Results Revealed!
Published Jun 23, 2025 by whitedec
Do you think CSS compression can only be done well with Node.js based tools? This post presents an experimental comparison of Python's csscompressor and clean-…
#css minification , #csscompressor , #clean-css-cli , #ptyhon , #node.js , #frontend , #optimization