1.4
Version 1.4 contains a large update to caching, querysets and other SQL operations are now cached. A lot of work was put in to make sure users wont see any stale data on the page, which is a common side affect of caching.
Benefits
Caveats
- Since querysets are now cached any changes we make in data administration will likely not show up until those caches expire (1 hour)
- Stale Data - We need to pay close attention to any areas of the system that might not be reflecting the latest changes.
- Cache is set the first time a page is loaded, this actually causes about a 10% slowdown at first, but future page loads will be up to 5x faster.