Yesterday i enabled the caching system for fast page loads at "/include/smarty/libs/Smarty.class.php"
Code:
 /**
     * This enables template caching.
     * <ul>
     *[*]0 = no caching
     *[*]1 = use class cache_lifetime value
     *[*]2 = use cache_lifetime in cache file
     *[/list]
     * @var integer
     */
    var $caching         =  1;
But there are many problems with the pages. As you can see at alotporn.com the script do not show:
  • -the rating
    -tags
    -video submitter
    -e.t.c


Also the script do not cache the pages were the videos are playing. This mean that the cache system has no sense.