All the testing I've done with it show it being faster and using less memory - not sure why you're seeing odd results. Possibly 32/64bit on the memory side?
Aug 28, 2015
14
Level 10
Is it just me, or is PHP 7 slow?
When reading about PHP 7 it seems to be extremely nice and fast. So my expectations were quite high and still are, and therefore I installed it on my local debian server for testing and still my hunger for bleeding edge stuff.
I fired up my Laravel project and looked at the debugbar for some information.
PHP 5.6.12
Memory: 5.25mb
Execution time: 32,92ms
PHP 7
Memory: 10mb
Execution time: 178,87ms
Is anyone experiencing this slowness and double usage of memory, and maybe have nice solution for it?
I have just installed it, no settings other than default just as I did for PHP5.
Please or to participate in this conversation.