Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x46616c6b/wordpress-caching
documentation of better performance with wordpress
https://github.com/0x46616c6b/wordpress-caching
Last synced: 25 days ago
JSON representation
documentation of better performance with wordpress
- Host: GitHub
- URL: https://github.com/0x46616c6b/wordpress-caching
- Owner: 0x46616c6b
- License: gpl-2.0
- Created: 2013-08-21T22:35:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-30T08:33:41.000Z (about 11 years ago)
- Last Synced: 2023-03-12T05:17:36.164Z (over 1 year ago)
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Better Wordpress Caching
## Install
- Download the plugin [WP Super Cache Plugin](http://wordpress.org/plugins/wp-super-cache/)
- Extract the plugin and copy to `wp-content/plugins/`## Update your wp-config.php
- Enable `WP_CACHE` and set `WPCACHEHOME` in your `wp-config.php`
define('WP_CACHE', true);
define('WPCACHEHOME', __DIR__ . '/wp-content/plugins/wp-super-cache/');## Activate and configure the plugin
- Enable the plugin
- Go to settings page (find under Settings > WP Super Cache)
- Enable Caching
- Go to Advanced Tab, use mod_rewrite to deliver the cache files
- Install `.htaccess` with rewrite rules from the plugin or copy the example [htaccess.txt](/htaccess.txt) from this repository (**Note:** The rules depend on your cache configuration!)
- Activate Preloading for Cache files
- Add additional tweaks for caching assets (already added in the example `.htaccess` file)**Important:** To use all enhancements you must activate headers, deflate and expire module from Apache.
**Info:** For better performance and reduce of disk I/O include your `.htaccess` to server config