A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

Jump to

Quick reference

Showing posts with label caching. Show all posts
Showing posts with label caching. Show all posts

Redirects behave weirdly in Chrome

Chrome (un)helpfully caches redirects sometimes.
Try using an incognito window and the behaviour should make more sense.

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%';