Q. Which PHP OPcache feature improves performance? (A) Caching PHP output (B) Caching compiled bytecode (C) Caching database queries (D) Caching sessions ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Caching compiled bytecode Explanation: OPcache stores precompiled PHP bytecode.