Comment to 'How to make web pages load faster? Cloudflare?'
  • Has anyone tried php 7.2-fpm? The difference between PHP and PHP-FPM is the way the runtime is managed. In FPM mode, we have a PHP service that automatically instantiates X runtime engine and guards on non-stop, saving time on every call.
    It seems to me that una.io uses NGinx, and thus php-fpm? Would be interested to know that ...