Quote:
Originally Posted by bsun
In the interest of establishing a baseline against which we can do future audits: Is the creation of a .php file in the cache directory a normal behavior for this plugin?
|
If you are using file system cache (datastore) (vs Memory such as memcached, xcache etc.) then this will be normal as it writes a file to store the cached data and it will vary as the cache changes.
The component doing the writing of this file is ./upload/dbtech/vboptimise/includes/operators/filecache.php: