ConfigBox's static assets as well as static content from product data can be served with far future headers and cache invalidation can be handled with the application.

Cache invalidation

Set suitable cache headers for static content

Apache

.htaccess files are placed where needed out of the box. These set Cache-Control to 'public' and end Expires to 1 year ahead from access time.

Be sure to have the modules mod_headers and mod_expires enabled.

nginx

Set cache headers for these locations

Implementing cache busting for customization assets