Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

During creation of a new theme it can be beneficial to disable the following resource features; minification, client caching and gzipping the content before sending to clients. This can be done by naming the theme with the following suffixes.

  • ThemeName.nominify.zip
  • ThemeName.noclientcache.zip
  • ThemeName.nogzip.zip
  • or a combination ex: ThemeName.nominify.noclientcache.nogzip.zip 

This will prevent Meridix Studio from using performance optimzation features dureing during development of a new theme. Should not be set on a production theme since it bypasses several optimization features.

The zipped theme file should be available to the Meridix server either locally on the server (this option is not available when hosted externally by Meridix Systems) or on a public accessible URL. When a theme is set in Meridix Studio the system downloads and extracts the custom theme to an internal temporary folder and loads the resources from that folder for future requests. When uploading a new version of an existing theme append an incremented version number in the theme name to bypass the internal theme cache that caches a loaded theme for a minimum of three hours. Ex: ThemeName_V1.nominify.noclientcache.nogzip.zip.

...