How to make web pages load faster? Cloudflare?

How can I make the web pages load faster? I would use cloudflare, but the upload limit is only 100mb.

And what are the bare minimum apache and php modules that are needed for una to work without any problems? I have every Apache and php module enabled in EasyApache, but I think that it might be slowing the server down.

  • 362
  • More
Replies (2)
    • U can use cloudflare rocket loader. But be aware that it can broke the site. If una team will be kind to find why this is happening an prevent it una sites using this method will load about 5 times faster!

      • 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 ...

        Login or Join to comment.