Browser Cache Rule
Define browser-side caching behavior for specific file types and paths using the Browser Cache Rule feature.
Browser cache rules optimize website performance by controlling how long content stays in the visitor’s browser. This reduces redundant data transfers and minimizes repeated load times.
You can apply different caching behaviors based on the following criteria:
Full path
Directory
File extension
All files
This feature is managed through the Medianova Control Panel.
Access the Browser Cache Rule
Follow these steps to access the feature before performing any operations:
Create a Cache Rule
Click Add to define a new browser cache rule.

Select Rule Type Choose which type of resource the rule applies to:
Type
Description
All Files
Applies to all resources regardless of path or extension.
Full Path
Applies to a specific URL path.
Directory
Applies to all files in a directory (e.g., /images/).
File Extension
Applies by file type (e.g., .css, .jpg, .js).
Best Practices
Use file extension rules to cache static assets like
.js,.css, and.pngfor long durations.Use no cache mode for frequently updated resources (e.g.,
.html,.jsonAPIs).Assign high priority to specific full path or directory rules if they should override global rules.
Last updated
Was this helpful?
