Chrome (un)helpfully caches redirects sometimes.
Try using an incognito window and the behaviour should make more sense.
A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.
Jump to
Showing posts with label caching. Show all posts
Showing posts with label caching. Show all posts
MySQL variables - caching
http://dev.mysql.com/tech-resources/articles/mysql-query-cache.html
Show cache status
> show variables like 'query%';
Show cache counters
mysql> show status like 'qc%';
Subscribe to:
Posts (Atom)