Обсуждение Magento и PHP7

We have got a Magento webshop on a Hetzner dedicated server with Centminmod PHP 7.

It's really very very fast, working like a charm!

Firstly we tried MageMechanic's PHP 7 support, but didn't work properly. Be aware!
Для просмотра ссылки Войди или Зарегистрируйся

We changed it to Inchoo's PHP 7 support and working well!
Для просмотра ссылки Войди или Зарегистрируйся
 
Последнее редактирование модератором:
running magento 1.9.2.4 on PHP 7 and Inchoo's PHP 7 support works great. PHP7 is no doubt really faster.
 
running magento 1.9.2.4 on PHP 7 and Inchoo's PHP 7 support works great. PHP7 is no doubt really faster.

Do you use any kind of cache?

We don't need, becuase our new PHP 7 configuration doesn't need it. Our pingdom speed is 97/100.

hi tamas, agree u with nagebto + php7 performance.
But did u try php7 + opcache? it is faster than only php7.
some even say enable hugepage will give further improvement, but i havn't try out yet.

Hello,

Yes, we have tried php7 alone and php7 with opcache. It's much faster with opcache. Centminmod default supports opcache. ;)
 
Последнее редактирование модератором:
Do you use any kind of cache?

We don't need, becuase our new PHP 7 configuration doesn't need it. Our pingdom speed is 97/100.
hi tamas, agree u with nagebto + php7 performance.
But did u try php7 + opcache? it is faster than only php7.
some even say enable hugepage will give further improvement, but i havn't try out yet.

Hello,

Yes, we have tried php7 alone and php7 with opcache. It's much faster with opcache. Centminmod default supports opcache. ;)
Do you use FPC? We use bubble FPC, it improve the server performance under peak hour by reducing PHP query.
 
Последнее редактирование модератором:
I do 'not' think a full page cache is required for the below setup.

The below is sufficient I guess & our store is loading within 2 seconds:

1) PHP7 + inchoo php7 patch
2) Opcache
3) Pagespeed
4) Memcache
5) Cloudflare

Any comments?

in your configuration it can be run without fpc cache due to use cloudflare
But is it faster if we use FPC and cloudflare as well?

is FPC required if we are using opcache with php7?
 
Последнее редактирование модератором:
I do 'not' think a full page cache is required for the below setup.

The below is sufficient I guess & our store is loading within 2 seconds:

1) PHP7 + inchoo php7 patch
2) Opcache
3) Pagespeed
4) Memcache
5) Cloudflare

Any comments?

in your configuration it can be run without fpc cache due to use cloudflare
 
Последнее редактирование модератором:
У меня при переходе на PHP7 на версии Magento 1.9.1.0 потребовалось исправить всего лишь одну ошибку - двойной доллар (не поддерживается новой версией PHP) - его следует заменить на конструкцию ${$a} вместо $$a, после этого движок заработал. Сильного прироста не заметил ввиду того что на старой конфигурации был установлен Opcache, в Magento настроен FPC, ну и самые тяжелые места в моем проекте - это запросы к БД.
 
Значительное увеличение использования PHP 7 наблюдается только в базовой системе. Используя правильно настроенный кэш, скорость не изменяется слишком много много.

Наоборот, прирост заметил значительный...

В ожидании подробного отчета ...

К сожалению тестов не добавлю, кроме уменьшения генерации страниц категорий и товаров без кеширования с 7-10 сек. до 2-5 сек. Используется
Для просмотра ссылки Войди или Зарегистрируйся
 
Последнее редактирование модератором:
Значительное увеличение использования PHP 7 наблюдается только в базовой системе. Используя правильно настроенный кэш, скорость не изменяется слишком много много.

Наоборот, прирост заметил значительный...
В ожидании подробного отчета ...
 
Последнее редактирование модератором:
Назад
Сверху