简体   繁体   English

APC(备用PHP缓存)优化选项

[英]APC (Alternative PHP Cache) optimization option

I'm currently using the APC opcode cache, thus I disabled Zend's optimizer. 我当前正在使用APC操作码缓存,因此我禁用了Zend的优化器。 Moreover, I don't have the apc.optimization flag set. 而且,我没有设置apc.optimization标志。 Is the APC's opcode optimizer worth switching on and at what level should it be set? APC的操作码优化器值得启动吗?应将其设置在什么级别?

Thanks 谢谢

At this moment there are http://pecl.php.net/package/optimizer . 这时有http://pecl.php.net/package/optimizer

"Description: An opcode optimizer for PHP to be used with the APC opcode cache." “描述:用于PHP的操作码优化器,将与APC操作码缓存一起使用。”

But this project seems frozen: Ver 0.1alpha1, alpha, 2008-08-07 但是这个项目似乎冻结了:Ver 0.1alpha1,alpha,2008-08-07

I have searched a lot for infomation about apc.optimization & APC's opcode optimizers -- what is that option and how it should work. 我搜索了很多有关apc.optimization和APC操作码优化器的信息-该选项是什么以及它应该如何工作。 It seems that work on APC "optimization" feature is just in beginning mode. 似乎在APC“优化”功能上的工作才刚刚开始。 Hope we'll get it soon! 希望我们尽快得到!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM