WordPress charm should require memcached
Bug #1041305 reported by
Marco Ceppi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wordpress (Juju Charms Collection) |
Fix Released
|
Undecided
|
Marco Ceppi |
Bug Description
In order to add an even higher level of performance awesomeness WordPress charm should require (optionally) memcached. This will serve as a better method of caching and invalidating cache (from any one node after a new comment or update to post) since the cache is central.
A plugin will either need to be created or an existent one installed to provide this functionality.
Related branches
lp://staging/~marcoceppi/charms/precise/wordpress/memcached
- Clint Byrum (community): Approve
-
Diff: 321 lines (+146/-16)12 files modifiedREADME.md (+29/-6)
files/charm/nginx/etc_nginx_sites-enabled_wordpress (+13/-3)
files/charm/php/php5-fpm_pool.d_www.conf (+3/-2)
files/charm/wordpress/advanced-cache.php (+24/-0)
hooks/cache-relation-changed (+16/-0)
hooks/cache-relation-departed (+16/-0)
hooks/config-changed (+6/-0)
hooks/install (+7/-3)
hooks/upgrade-charm (+4/-0)
inc/common (+25/-1)
metadata.yaml (+2/-0)
revision (+1/-1)
Changed in wordpress (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in wordpress (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.