Nick7777777
Мой дом здесь!
- Регистрация
- 22 Дек 2015
- Сообщения
- 257
- Реакции
- 240
To check this, you need to run the script, and see the time TTFB.If you are using NGINX, the TTFB high load time problem is nginx.config, not magento 1 or 2 FPC
Код:
<?php
$time = microtime(true);
for ($i = 1; $i <= 1000000; $i++) {
$x = rand();
}
echo microtime(true) - $time;