Windows Cache Extension for PHP (Copy)
Windows Cache Extension for PHP stores the PHP bytecode, the compiled version of the PHP script, in memory making it available when subsequent executions of the same script are needed helping to increase the overall PHP application performance. The use of Windows Cache Extension for PHP allows the PHP bytecode to be generated only once and to be reused each time the same PHP script is executed.
Reduce file system I/O overhead by caching the PHP scripts in memoryWindows Cache Extension for PHP helps to reduce the latency of file operations when PHP scripts are stored on remote UNC file shares. Windows Cache Extension for PHP includes a file system cache that is used to store the content of the PHP script files in shared memory, which reduces the amount of file system operations performed by PHP engine.
Avoid redundant mapping for absolute paths by using relative file path cacheWindows Cache Extension for PHP caches the relation between relative and absolute file paths, reducing the number of relative path resolutions performed by the PHP engine. PHP applications that use many relative paths would perform faster given the conversion to absolute paths is performed only once.
Features PHP 5.2 and PHP 5.3 support Configurable file cache Configurable PHP opcode cache Relative file path cache PHP functions to obtain information about the cache statushttp://www.iis.net/extensions/WinCacheForPHP
推荐阅读
-
Windows Cache Extension for PHP (Copy)
-
Windows Cache Extension for PHP Beta 发布
-
[Php] windows下使用composer出现SHA384 is not supported by your openssl extension
-
Windows Cache Extension for PHP Beta 发布
-
[Php] windows下使用composer出现SHA384 is not supported by your openssl extension
-
php-extension - 怎么在windows下编译php-beast扩展?
-
Windows7环境下Composer 安装包的Cache目录位置,windows7composer_PHP教程
-
Windows Cache Extension for PHP 更多介绍
-
Windows Cache Extension for PHP 更多介绍
-
Windows Cache Extension 1.0安装教程