Closed (fixed)
Project:
Video Filter
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2009 at 06:21 UTC
Updated:
20 Aug 2009 at 18:20 UTC
Why you always set "no cache" to true? It is a very huge penalty to overall format perfomance!
case 'no cache':
switch ($delta) {
case 0:
return 1;
default:
return 0;
}
$delta always equal 0.
Comments
Comment #1
blackdog commentedI've cleaned up the code quite a bit, and removed the 'no cache' case. Thanks for the heads up!
Comment #2
blackdog commented