Home >php教程 >php手册 >正确使用opcode cache大幅度提升PHP性能

正确使用opcode cache大幅度提升PHP性能

WBOY
WBOYOriginal
2016-06-06 20:12:501910browse

opcode cache原理图: 目前常用的opcache扩展有apc、xcache、eAccelerate等。 下面以apc为例: 没有开启apc的情况: 开启apc的情况: 开启apc可以有30%到40%的性能提升。 关闭apc的stat功能性能再提升两倍! 原文地址:正确使用opcode cache大幅度提升PHP性

opcode cache原理图:

opcode

目前常用的opcache扩展有apc、xcache、eAccelerate等。

下面以apc为例:

没有开启apc的情况:

noapc

开启apc的情况:

apc

开启apc可以有30%到40%的性能提升。

apcstat

关闭apc的stat功能性能再提升两倍!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn