Date Posted: 18th Jun 2011 at 12:48 AM
* Changed backend to ignore views from the uploader when viewing their own threads (Saves 1 or 2 queries)
* Switched the language query to use mtscache instead of memcache - mtscache allows me to also pull from APC/xcache which is much quicker local storage, but fallback to memcache if it doesn't exist.
* Added check for download.php - when you aren't displaying comments, don't bother getting quick reply box. (Saves an include or two)
* Converted download.php to unix format, not dos.
* Changed check for showing CEP info to not trigger (and then return false) when in TS3
* Optimised print_output function
* Changed a lot of old microtime_float()'s to microtime(true) and reworked the various timing displays
* Removed reference to warning functions from download.php
* Removed an unneccesary file_exists()
* Tweaked datastore load to not load forumcache for some pages (index and sitemap) - saves a bunch of memory since it's a *bit* list.
* Converted a bunch of == '' to empty() instead.
* Adjusted Featured download banner on featured threads to be more jQuery UI like
* Removed old Sims 2 Mesh Tool Closed Beta forum
* Tweaked datastore cache for forum list to not load unneccesary items
* Removed an extra blank table row from download pages when the creator has no profile picture
* Fixed issue with incorrect Content-Length when rewriting cache hit status, which also fixes issues with CloudFlare CDN
* Reworked guest login box to take less space vertically.