How to Stop MySQL from caching SELECT statements
The Problem: If your webhost uses litespeed to speed up your websites, an unintended side effect is it caches MySQL SELECT queries. In my experience it only cached them for 45-60 seconds, but a one minute delay after you add data (like a shopping cart) is not good! The Test: First of all run … Read more