Comment to 'Fastcgi Caching'
Comment to Fastcgi Caching
  • On una.io we use php-fpm as well, so you can see what is the performance here. How long is latency on your site. We noticed some major things which affect performance:

    - PHP 7 is much faster than PHP 5
    - PHP Opcache improve speed significantly
    - enabling UNA cache for js/css files is also important for the speed
    - it's better to have SSD over HDD disk