Examples of using Opcode cache in English and their translations into French
{-}
-
Colloquial
-
Official
More users on the same server- opcode cache.
Enables the opcode cache for the CLI version of PHP.
Opcache_reset- Resets the contents of the opcode cache.
An opcode cache, Zend Opcache, is built into PHP since version 5.5.
If that is not the case the opcode cache size will be automatically increased.
Num_used_blks- number of memory blocks used by the opcode cache.
The Zend Optimiser+ opcode cache has been added to PHP as the new OPcache extension.
This function invalidates a particular script from the opcode cache.
When enabled, the opcode cache will be checked for whether a file has already been cached when file_exists(), is_file() and is_readable() are called.
Emergency restart in case of accidental opcode cache destruction;
PHP Opcode Cache- PHP is a script processing engine, which reads an input stream of data that contains text and/or PHP instructions and produces another stream of data, most commonly in the HTML format.
Num_free_blks- number of free memory blocks available for the opcode cache.
The other processes attempting to use the script will run without using the opcode cache, rather than locking and waiting for the cache to prime.
Use_time- time in seconds since the file has been accessed in the opcode cache.
Fix caching on rackspace cloudsites- they had x-cache installed for opcode cache, but with no user memory, which caused a surge in logfiles- now fixed.
Use_time- time in seconds since the file has been accessed in the opcode cache.
Total_cache_uptime- total time in seconds that the opcode cache has been active.
Wincache_ocache_fileinfo- Retrieves information about files cached in the opcode cache.
If disabled, all documentation comments will be discarded from the opcode cache to reduce the size of the optimised code.
There is no more environment to declare andconfiguration is compiled in plain PHP to get the benefit of the opcode cache.
Wincache_ocache_meminfo- Retrieves information about opcode cache memory usage.
The Alternative PHP Cache(APC) is a free and open opcode cache for PHP.
Memory_overhead- amount of memory in bytes used for the opcode cache internal structures.
If disabled, documentation comments won't be loaded from the opcode cache even if they exist.
This includes a number of significant new features, including support for Generators,the new Zend Optimizer+ Opcode cache, and a number of performance enhancements.
In other words, opcode caching is storing the output of the PHP compiler in the cache. .
The XCache caching engine is functionally similar to APC other than it implements the XCache opcode caching engine.