You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
minification
About this tag
Minification is a web optimization technique that removes unnecessary characters from source code without changing its functionality. On WindowsForum.com, discussions about minification appear in the context of building lightweight, high-performance websites, such as the 10k Apart contest site, where minification helps reduce file sizes to meet strict size limits. The tag also relates to broader site performance improvements, including the use of content delivery networks and caching solutions like CloudFlare and MaxCDN to speed up page loading. While minification is not a primary focus of the forum, it is mentioned as part of technical discussions on web development, optimization, and server configuration for better user experience.
Editor’s note: This is the sixth (and final) in a series of posts from the team that built the 10k Apart contest site, exploring the process of building for interoperability, accessibility, and progressive enhancement in less than 10kB.
In the previous post in this series, I did a deep dive...
Hello everyone,
Tonight, we implemented CloudFlare, which uses its own content delivery network and content processing. Were the site to go down, content would continue to be available for a number of days, even if our servers that process that data goes down. This is not the first time that we...