Quote Originally Posted by RAMMSTEIN
I can not login to bug selection :(
1. At video view tags are no sandpapered by comas at <meta name="keywords" content="xxxxxxxxxxxxxxxx"
This is fixed.

Quote Originally Posted by RAMMSTEIN
2. When i try cache recently viewed do not change are the same
[/quote]

It can be removed from cache, but for a busy site with cache enabled, we need this updated ? For some, they need new videos to be updated, for caching, we have to sacrifice this instant update. If we exclude this from cache, there is only new videos and featured video to cached. If we don't cache large part, it is better not to cache the page as reading from cache also take up cpu time.

Another thing you can do is, open index.php

find

Code:
Cache::init();
Replace with

Code:
Cache::init(60);
That is page only cached for 60 seconds.