• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Understanding Video Views Count

Started by Rafa,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RafaTopic starter

Could you explain how the video views count work? I noticed that it takes some time before the value is updated. Is that because the page is considering the cached value? If so, how does that work... how long before that values are updated?

If that's not the case, any ideas on what may be happening?
  •  

PHPVibe A.

The cache works for 5h. Yes, it's cache.

vibe_config.php

/** For how many hours should queries be cached? **/
define( 'DB_CACHE', '5' );


RafaTopic starter

  •  

Similar topics (7)