Dashboard
HTML Caching
Cache and optimize HTML content to improve page load times and reduce server load.
Enable HTML caching to configure the settings below. When disabled, HTML content will be served without modifications.
HTML Minification
Remove unnecessary characters from HTML code without changing its functionality.
Minify HTML
DOCTYPE Preservation
Keep DOCTYPE declarations intact during minification to maintain proper browser rendering.
Do not minify DOCTYPEs
CSS Optimization
Minify and optimize CSS code to reduce file size.
Minify CSS
CSS Minification Level
Level 1
Basic minification - removes comments and whitespace
Level 2
Advanced minification - includes basic plus attribute optimization
Level 3
Aggressive minification - maximum compression with potential style risks
JavaScript Optimization
Minify and optimize JavaScript code to improve load times.
Minify JavaScript
Inline Code Optimization
Optimize CSS and JavaScript code that is embedded directly in HTML.
Minify inline CSS
Minify inline JavaScript