Epidemiology & Technology

Category: WordPress

  • white ceramic coffee mug filled with black liquid

    SVG Dark Mode

    December 3, 2023
    Recently I came across a challenge of a changing SVG icon colours on carkmode. The SVG was a logo exported…
  • Traefik Reverse Proxy 2.10.3

    June 21, 2023
    Running the traffic reverse proxy led to some issues with iFrames. Further there were issues due to depreciated settings in…
  • WP CLI Update Issues

    September 11, 2021
    Recently when trying to update Wordpress using WP CLI I ran into two errors Permisssions Issue The Default installation of…
  • Checking Dark Mode User and System Preferences in Real-time

    July 12, 2021
    When enabling dark mode on a website usiing say TailwindCSS using a CSS "dark" , there are two preferences in…
  • REDIS with WordPress

    April 23, 2021
    https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04https://www.combell.com/en/help/kb/how-to-implement-redis-in-wordpress/https://blog.runcloud.io/redis-object-cache/#how-to-install-redis-object-cache-using-redis-object-cache-wordpress-pluginhttps://wp-rocket.me/blog/redis-full-page-cache-vs-nginx-fastcgi/  Steps Wordpress configuration POSITIONING IS IMPORTANT. It should be just after DB_COLLATE line  WORDPRESS PLUGINS Install the following plugins:  Redis Object Cache - https://wordpress.org/plugins/redis-cache/other_notesQuery Monitor by  Author: John Blackbourn
  • Apache PHP 7.4 WordPress Setup

    December 29, 2020
    Apache PHP 7.4 Wordpress SALTs SSL SITE Database Connections APACHE Site Config file CAUTION - BELOW ARE ADVANCED SETTINGS THAT…
  • Google Apache mod_pagespeed

    December 29, 2020
    Instructions on Usage: https://developers.google.com/speed/pagespeed/module Installation
  • OpCache WordPress

    May 2, 2020
    Wordpress Settings PHP.ini Settings OPCACHE GUI FOR WORDPRESS Install the plugin https://wordpress.org/plugins/flush-opcache/ OPCACHE GUI FOR GENERIC SITES Apache Enablement Access…
  • Nginx, PHP, WordPress

    April 3, 2020
    Install Nginx and PHP-FPM PHP 7.2 FPM Install Wordpress Configure NGINX Complete Wordpress Installation
  • WordPress .htaccess

    March 29, 2020
    Enable Modules HTTP to HTTPS redirection of within site links Expires ensure that the deflate, headers and expires modules are…