↓ Skip to Main Content
M Williams

Main Navigation

  • Home
  • Contact

Month: March 2017

Sites for reference – Magento & HTTP headers

By Michael Posted on 02/03/2017 Posted in Reference

An online checker for gzip output from servers: http://www.gidnetwork.com/tools/ And for those file permissions to make a site secure for Magento: find . -type f -exec chmod 400 {} \; find . -type d -exec chmod 500 {} \; find …

Sites for reference – Magento & HTTP headers Read more »

Leverage browser caching

By Michael Posted on 02/03/2017 Posted in Reference

Notes: Leverage browser caching Firstly, make sure you have the mod_expires module enabled in your httpd.conf file. It should be enabled but just check to be sure. This block of code is usefully included your .htaccess file and sets the …

Leverage browser caching Read more »

enable gzip compression by adding instructions in your .htaccess

By Michael Posted on 02/03/2017 Posted in Reference

Notes: enable gzip compression by adding instructions in your .htaccess This works by adding compression to Apache’s delivery of items. drop this into the bottom of your .htaccess and then see some enhancement of performance. You’ll need to have gzip …

enable gzip compression by adding instructions in your .htaccess Read more »

Copyright © 2025 M Williams | Powered by Responsive Theme