Windows Cache Extension for PHP (Copy)

Source: Internet
Author: User
Windows Cache Extension for PHP are a PHP accelerator that's used to increase the speed of PHP applications running on Win Dows and Windows Server. Once the Windows Cache Extension for PHP are enabled and loaded by the PHP engine, PHP applications can take advantage of T He functionality without any code modifications.

Increase PHP application performance on Windows by caching PHP bytecode in memory

Windows Cache Extension for PHP stores the PHP bytecode, the compiled version of the PHP script, in memory making it avail Able when subsequent executions of the same script is needed helping to increase the overall PHP application performance. The use of Windows Cache Extension for PHP allows the PHP bytecode to being generated only once and to being reused each time t He same PHP script is executed.

Reduce file system I/O overhead by caching the PHP scripts in memory

Windows Cache Extension for PHP helps to reduce the latency of file operations when PHP scripts is stored on remote UNC F Ile shares. Windows Cache Extension for PHP includes a file system Cache that's used to store the content of the PHP script files in Shared memory, which reduces the amount of the file system operations performed by PHP engine.

Avoid redundant mapping for absolute paths by using relative file path cache

Windows Cache Extension for PHP caches the relation between relative and absolute file paths, reducing the number of Relat Ive path resolutions performed by the PHP engine. PHP applications, many relative paths would perform faster given the conversion to absolute paths is performed onl Y once.

Features PHP 5.2 and PHP 5.3 Support configurable file cache configurable PHP opcode cache Relative file path cache php Fu Nctions to obtain information about the cache status
Http://www.iis.net/extensions/WinCacheForPHP
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.