Wiki seems slower than before, page cache doesn’t purge on save
renoirb opened this issue · 2 comments
renoirb commented
After some tests I realized that the site is slower than old production. There might be server details that didn’t follow up.
Tasks
From every app VM, check if:
- Apache doesn’t send compressed so that Fastly can handle
- Ensure that MediaWiki sends
HTTP PURGE
to Fastly on save, and that it works
Log says
SquidPurgeClient Unexpected status code: 301
Was
2015-03-20 22:05:22 app1 wpwiki: SquidPurgeClient (docs.webplatform.org): unexpected status code: 301 Moved Permanently
And there should not be.
Reference
- https://www.mediawiki.org/wiki/Manual:$wgUseESI
- https://www.mediawiki.org/wiki/Manual:$wgUseSquid
- https://www.mediawiki.org/wiki/Manual:$wgUseGzip
- https://www.mediawiki.org/wiki/Manual:$wgRCMaxAge
- https://www.mediawiki.org/wiki/Manual:$wgCacheEpoch
- https://github.com/wikimedia/operations-mediawiki-config/blob/master/wmf-config/
- https://wikitech.wikimedia.org/wiki/MediaWiki_caching
renoirb commented
renoirb commented
Feature works. More improvements to come later once documentation and notes are gathered.