6 links tagged with all of: performance + css + web-development
Click any tag below to further narrow down your results
Links
This article discusses how to optimize CSS loading by using compression dictionaries. It explains the trade-offs between critical CSS and full CSS, then introduces a method that allows for efficient loading of overlapping styles across different pages, reducing bandwidth and improving performance.
This article explains how the CSS Custom Highlight API improves syntax highlighting by avoiding DOM manipulation. It highlights the performance benefits and cleaner code structure compared to traditional methods that rely on multiple span elements. The implementation details and browser support are also discussed.
The article compares the performance of Tailwind CSS and Linaria, examining their efficiency in handling styling in web development. It highlights key differences in rendering speed, bundle size, and overall usability for developers, ultimately guiding readers in choosing the right tool for their projects.
Modern web development is often hampered by excessive JavaScript, leading to slow loading times and performance issues. The article advocates for a return to using HTML and CSS alone, highlighting new CSS features that enhance usability and efficiency, while suggesting that many websites can function effectively without JavaScript. It emphasizes the importance of understanding CSS and its potential to create high-quality, optimized web experiences.
The article discusses techniques for minimizing CSS file sizes to enhance website performance and loading speed. It highlights various strategies such as using shorthand properties, removing unused styles, and leveraging CSS preprocessors. By applying these methods, developers can create more efficient and maintainable stylesheets.
The article argues for the obsolescence of single-page applications (SPAs) in modern web development, suggesting that advancements in CSS and web standards make traditional multi-page applications more efficient and user-friendly. It highlights the potential of CSS to enhance performance and user experience, advocating for a shift away from SPA reliance.