Category: EC2

  • How to use the CloudFlare AMP cache

    by

    in

    CloudFlare has the second AMP cache. The first is provided by Google. Read more about the “CloudFlare.com Accelerated Mobile Links” When viewing this page on a iPhone using the Desktop PC theme from Thesis / DIYtheme.com then the Cloudflare’s Accelerated Mobile Links  works. When viewing this page using Wptouch.com, the the AMP won´t work.       AMP test…

  • How to use MAXcdn with WPtouch

    by

    in

    WPtouch is not using W3 Total Cache to speed up page load. WPtouch uses its own cache and CDN connection. When using MAXcdn.com with WPtouch there is to things to keep in mind.   A. In the WPtouch Setting – Power Pack – Distribution Network – you must add https:// to the URL. B. At…

  • How to use Google Tag Manager with Wptouch

    by

    in

    The Google Tag Manager – GTM – code needs to be just after the opening tag. Other placements will usually work, but is not recomended by Google. If you are using CloudFlare then using DuracellTomi’s Google Tag Manager for WordPress is recomended.

  • Enable Apache modules for W3 Total Cache Browser Cache

    by

    in

    Enable Apache modules for W3 Total Cache Browser Cache sudo a2enmod expires Then: sudo a2enmod ext_filter Then sudo a2enmod headers Then restart apache to make the changes take effect sudo service apache2 restart

  • WordPress PDF Preview Images requires ImageMagick to work

    by

    in

    How to install imagemagick for php7 on Ubuntu? Creating and displaying preview images of PDF files relies on these packages that need to be installed on your server : ImageMagick Imagick Ghostscript To install all of these modules run: sudo apt-get install php-imagick To make the change take effect, restart Apache: sudo service php7.0-fpm reload…

  • How to run WordPress without a server

    by

    in

    Run WordPress without a server is an option today The concept of a server is about outdated. Why do you need a server? Running the code on Google App Engine, Amazon Lambda, Microsoft Azure Functions, IBM Bluemix OpenWhisk or another stateless solution seems much more sensible and logical.     Google App Engine Currently, you can…