Using pre-compilation for improved performance and less processing time
Description
Pre-compilation, the technique of pre-compiling, optimizing, compressing and caching resources before they are served to the user has become a key benefit of Jamstack and similar architectural approaches. Platforms such as Netlify offer a variety of pre-compilation options, not just for static-site generators and markups, but also images and other media. The result is the transparent optimization and distribution of resources for the developer without any special built configuration.
What's the impact?
At its simplest, precompilation helps to reduce the payload size and request process time. However, platforms are starting to differentiate on their precompilation options, offering more intelligent compression, caching and CDN automation to further lower your site or app's carbon footprint.