The Assets Tools section allows you to offload and optimize static files like CSS and JavaScript to your connected cloud storage. This improves site performance by reducing server load and enabling better caching.
🎨 CSS Offload
Control how your CSS files are handled by the offload system.
- Enable CSS Offload
Turns on CSS file offloading to your selected cloud storage provider. - Exclude CSS files
Select specific CSS files to exclude from being offloaded (optional). - Overwrite offloaded files
When enabled, existing CSS files in storage will be overwritten with updated versions. - Minify CSS files
Reduces CSS file size by removing whitespace and comments, decreasing the number of requests and improving load times. - Add object version to bucket path
Adds a unique timestamp to each offloaded file’s path, ensuring that the most recent version is always delivered (helps prevent caching issues).

🧠 JS Offload
Similar to CSS offloading, this section controls how JavaScript files are offloaded and optimized.
- Enable JS Offload
Turns on JavaScript file offloading to your connected storage. - Exclude JS files
Select specific JS files to exclude from being offloaded. - Overwrite offloaded files
Replaces existing JS files in your cloud storage with updated versions. - Minify JS files
Reduces JavaScript file size to lower bandwidth usage and improve speed. - Add object version to bucket path
Ensures updated versions of JS files are served by appending timestamps to the path.

🚫 Remove Query Strings from Static Resources
- Enable this option
Removes query strings (e.g.,?ver=1.0.0) from static resource URLs like CSS and JS files. This improves caching by content delivery networks (CDNs) and browsers, especially for repeated visits.

💾 Save Settings
Click the Save Settings button to apply your offload and optimization preferences.