原文
One major drawback for PHP is that on every request, all files are read from the hard drive, translated into bytecode, and then executed.
With Ice the whole framework already is in RAM, so the whole set of framework files don't need to process. That means that when scaling, you need few times fewer servers to support the same traffic. Check the PHP framework benchmark.