cleanup + now topper
This commit is contained in:
parent
6c81b89874
commit
82604bd42b
38 changed files with 123 additions and 8 deletions
12
src/posts/2017/clearing-mod-pagespeed-cache.md
Normal file
12
src/posts/2017/clearing-mod-pagespeed-cache.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Clearing mod_pagespeed cache
|
||||
date: '2017-02-20'
|
||||
draft: false
|
||||
tags: ['apache', 'development']
|
||||
---
|
||||
|
||||
I use [mod_pagespeed](https://github.com/pagespeed/mod_pagespeed) on this server to help speed up asset delivery and force optimization best practices across all of the sites I host.<!-- excerpt --> Occasionally, during deployments, it's helpful to clear the module cache. Doing so is as simple as the following:
|
||||
|
||||
```bash
|
||||
touch /var/cache/mod_pagespeed/cache.flush
|
||||
```
|
Reference in a new issue