what is the easiest way for opcode caching with PHP/Apache?

前端 未结 4 1583
南方客
南方客 2020-12-21 04:01

I was thinking to use opcode caching for performance profit

what is the easiest way for opcode caching with PHP/Apache ? and what are the performance improvements ?<

4条回答
  •  生来不讨喜
    2020-12-21 04:38

    Other popular options are eAccelerator and APC.

    Performance improvements will depend on the web app you're caching. Here are some benchmarks for the Drupal CMS using APC and eAccelerator, and here's the same site's tutorial on installing APC (nice and easy).

提交回复
热议问题