Memcache vs APC for a single server site data caching

后端 未结 6 1507
悲&欢浪女
悲&欢浪女 2021-01-30 13:54

I have a single server site thats pushing 200k unqiues per day, and the traffic doubles roughly every 40 days (for the last 5 months anyway).

I pretty much only plan to

6条回答
  •  南笙
    南笙 (楼主)
    2021-01-30 14:56

    It's almost impossible to accurately predict which would be faster. I would run tests with both in a development environment with similar data.

    When performance is of importance, always use a profiler.

提交回复
热议问题