Static Assets

Although Journal does not have built in CDN support, static assets can be served from cookieless domain in order to reduce network payload by following these steps:

  1. Create a subdomain, ie static.your-domain.com which points to the same directory as your main domain (Opencart installation directory), ie /home/.../public_html

  2. Go to Journal > System > Settings > Your Store > Performance > Static Assets Url and input http://static.yourdomain.com/ (use https if you have ssl for your domains) in the fields.

  3. Clear Journal Cache so all assets path will be generated using static assets url defined above.