Acceleration tool software for PHP program accelerator exploration

Source: Internet
Author: User
Tags apc
Next, let's take a look at another field of PHP acceleration-cache tool software. This type of software is accelerated by optimizing the PHP runtime environment without changing any code. We can refer to them as "execution code optimization cache tools". you can refer to them as the underlying optimization cache tools. The following lists the commonly used tools. Next, let's take a look at another field of PHP acceleration-cache tool software. This type of software is accelerated by optimizing the PHP runtime environment without changing any code. We can refer to them as "execution code optimization/cache tools". you can refer to them for lower-layer optimization/caching.
The following lists the commonly used tools. use your own server environment to test the effect:

(1) APC Alternative PHP Cache

Http://pecl.php.net/package-info.php? Package = APC

APC runs on Linux and FreeBSD. you need to compile and install it yourself. According to their developers, the script speed can be increased by 50%-400% in their testing environment. APC is an open-source project that has been added to the PECL library of PHP. it is worth a try.

(2) Turck MMCache

Http://turck-mmcache.sourceforge.net/

Turck MMCache seems to be the most popular among such software. it is open-source and completely free of charge. It pre-compiles and caches PHP code and optimizes the PHP runtime environment. According to the official documentation, MMCache can significantly reduce the server load and increase the script execution speed by 1-10 times.

MMCache is compatible with another well-known acceleration software Zend Optimizer, but note that MMCache must be installed first (set in php. ini ). In addition to accelerating PHP programs, MMCache can also encrypt PHP code.

Turck MMCache supports both Linux and Win32 platforms.

(3) PHPA the PHP Accelerator

Http://www.php-accelerator

PHPA is another popular PHP acceleration software. On its official website, PHP scripts using PHPA, APC, and Zend Cache are used for test comparison, which is slightly better than APC and slightly inferior to Zend Cache.

PHPA supports Linux, FreeBSD, OpenBSD, BSDi, and Solaris systems.

(4) Zend Performance Suite

Http://www.zend.com/

Zend Performance Suite is a well-established PHP acceleration/optimization software based on Zend, the most well-known PHP Company. Version 4.0 has been released, which can provide program acceleration, content caching, file compression, and download services for PHP applications. it has powerful functions and won several PHP magazine recommendation awards-but I have to mention it, it is also expensive. The current price is USD 1875.

The above acceleration software is expected to be tested by the reader based on the server environment and select the most suitable one, because I have no way to provide a universally applicable test standard to determine which solution is the most effective. In summary, I personally think Turck MMCache is a recommendable option. it is free of charge and has excellent functions.

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.