Skip to the content Skip to the Navigation

M Williams

  • Home
  • Skills
    • Currently working on
  • Portfolio
  • Blog
  • Contact
Blog
  1. HOME
  2. Blog
  3. March 2017

March 2017

02/03/2017 / Last updated : 29/07/2019 Michael Reference

Sites for reference – Magento & HTTP headers

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 var/ -type f -exec chmod 600 {} \; find media/ -type f -exec chmod 600 […]

02/03/2017 / Last updated : 02/03/2017 Michael Reference

Leverage browser caching

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 expiry to be a year from the date of delivery to the browser. There are […]

02/03/2017 / Last updated : 02/03/2017 Michael Reference

enable gzip compression by adding instructions in your .htaccess

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 module enabled in your apache config. # compress text, html, javascript, css, xml: AddOutputFilterByType DEFLATE […]

Recent Posts

Switching the order of block elements with CSS

10/09/2019

Removing emoji cruft from a WP installation

29/07/2019

Sites for reference – Magento & HTTP headers

02/03/2017

Leverage browser caching

02/03/2017

enable gzip compression by adding instructions in your .htaccess

02/03/2017

Category

  • Reference

Archive

  • September 2019
  • July 2019
  • March 2017

Copyright © M Williams All Rights Reserved.

Powered by WordPress & Lightning Theme by Vektor,Inc. technology.

MENU
  • Home
  • Skills
    • Currently working on
  • Portfolio
  • Blog
  • Contact