-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
Some ideas for improving the docs in preparation for 2.0.
- 1. Add FAQ, e.g.
- ‘Q. Why is nothing purged? A. Check that you are calling
flush()’. - ‘Q. Which invalidation methods are supported? A. Check table.’
- Checking Varnish logs while testing (
varnishlog -N /tmp/foshttpcache-varnish/_.vsm). - Varnish how to: Login redirect infinite loop FOSHttpCacheBundle#227 (comment)
- ‘Q. Why is nothing purged? A. Check that you are calling
- 2. Rename ‘Caching Proxy Configuration’ to ‘Proxy Server Configuration’ (or
Caching Server Configuration). This creates a clearer contrast with the next chapter, ‘Caching Proxy Clients’ (and perhaps rename that to ‘Proxy Clients’). - 3. ‘Caching Proxy Clients’: emphasise that only 1 client needs to be created.
- 4. Move the introductory chapter on cache invalidation to the end of the docs?
- 5. Remove version constraint from
$ composer install(and let Composer find the right one). - 6. Add a glossary: caching proxy (server), ….