WP CLI Update Issues
Recently when trying to update WordPress using WP CLI I ran into two errors Permisssions Issue The Default installation of WordPress on ubuntu is executed… Read More »WP CLI Update Issues
Recently when trying to update WordPress using WP CLI I ran into two errors Permisssions Issue The Default installation of WordPress on ubuntu is executed… Read More »WP CLI Update Issues
When enabling dark mode on a website usiing say TailwindCSS using a CSS “dark” , there are two preferences in play System Setting of “Prefers… Read More »Checking Dark Mode User and System Preferences in Real-time
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04 https://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-plugin https://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_notes Query Monitor by Author: John Blackbourn
Apache PHP 7.4 WordPress SALTs SSL SITE Database Connections APACHE Site Config file CAUTION – BELOW ARE ADVANCED SETTINGS THAT MAY BREAK SITE Better Apache… Read More »Apache PHP 7.4 WordPress Setup
Instructions on Usage: https://developers.google.com/speed/pagespeed/module Installation
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 OPCache statistics on Local IP
Install Nginx and PHP-FPM PHP 7.2 FPM Install WordPress Configure NGINX Complete WordPress Installation
Enable Modules HTTP to HTTPS redirection of within site links Expires ensure that the deflate, headers and expires modules are enabled Apache Settings for speed… Read More »WordPress .htaccess
On Nginx Reverse Poxy Create a configuration file in sites-available directory and symlink it to sites-enabled Files Limit on Reverse Proxy https://www.claudiokuenzler.com/blog/850/nginx-socket-failed-24-too-many-open-files. The default is… Read More »Getting WordPress to work on 18.04 behind reverse proxy on SSL