Skip to content

Commit

Permalink
Revert "More tweaks"
Browse files Browse the repository at this point in the history
This reverts commit 3d32110.
  • Loading branch information
Nuwen committed Aug 7, 2014
1 parent 3d32110 commit cfecdff
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 51 deletions.
22 changes: 0 additions & 22 deletions README.md
Expand Up @@ -112,25 +112,3 @@ An AnchorCMS theme for designers, artists, and dreamers.
}

});

### Optimization

I've made the following optimization decisions. These changes aren't necessary, but I recommend page caching & deflation at minimum.

* Open `.htaccess` file (should be in the root directory of your Anchor CMS install) and add the following lines:

## Cache stuff ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 days"
</IfModule>

## Compression ##
<IfModule mod_deflate.c>
<FilesMatch ".(js|css|html|htm|php|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>


[Read more about mod_expires](http://sarathlal.com/optimize-web-pages-by-leverage-browser-caching/ "mod_expires")
2 changes: 1 addition & 1 deletion css/page-about.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/page-portfolio.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cfecdff

Please sign in to comment.