Post processing
Netlify offers several post processing features to help you optimize your sites. These are available under Site settings > Build & deploy > Post processing.
# Post processing features
Snippet injection. Analytics or other scripts can be added to the HTML of your site using snippet injection.
Asset optimization. You can rewrite link URLs to pretty URLs, bundle and minify CSS and JS, and compress images. These options can be controlled using file-based configuration as well as in Site settings.
Prerendering. To allow search engines and social networks to crawl the pages rendered by your app, you can enable prerendering.
Form detection. By default, Netlify scans new and updated HTML files to detect forms and set them up for receiving submissions. You can disable form detection to speed up deploys if you’re not using Forms.
May need to deploy to apply changes
Enabling post processing features may require a redeploy before changes take effect due to file processing during the build process.
Did you find this doc useful?
Your feedback helps us improve our docs.