Previously we talked about Brotli compression in context of Nginx web server. Here is an all in one guide to install, configure Brotli on Apache, WordPress, W3TC running on Ubuntu 16.04 on dedicated server, cloud server instance. In order to follow this guide, you need SSH access and HTTPS/SSL/TLS to be active on your server/website. You can perform the steps on production server with running … [Read more...]
Wordpress and SEO
Latest news, plugins, themes, blogs and SEO about Wordpress platform and Website designing as a whole.
Cache Aware HTTP/2 Server Push On Apache2, WordPress
We discussed about HTTP/2 Server Push. Apache2 is superior web server software compared to Nginx and it supports HTTP/2 Server Push. Here are few examples of HTTP/2 Server Push on Apache2 running WordPress (we are not talking about simple Link Preload) which can make your webpage to load faster over HTTP/2. Properly implementing HTTP/2 Server Push not exactly easy work. At the end, we will learn … [Read more...]
WordPress Brute Force And Mod Security
Previously we talked about some ways like using IPTables with Fail2Ban, configuring Apache Mod Security and getting flooded on Nginx XML-RPC attacks with odd error which near difficult to detect. Bruteforce attacks & xmlrpc attacks are common. We have many ways to handle them. Here is an article on WordPress Brute force and Mod Security. WordPress Brute Force And Mod … [Read more...]
Enable MySQL Caching : Performance Trick For WordPress Like PHP-MySQL App
Those who fear to use MySQL from SSH, you can read this easy guide. In this guide we will show how to easily, safely enable MySQL caching from my.cnf file. This is a huge performance trick for WordPress like PHP-MySQL App. If you use Percona MySQL wizard, by default, the generated settings for my.cnf will use query_cache_type = 0 that is query cache is disabled. MySQL query cache is a cache … [Read more...]
Nginx WordPress : Remove ?utm_source Like Query Strings From URL
Definitely you have noticed that various external, internal referral URLs appends ?utm_source like to track track visitors and conversion rates. It is very common in Google Analytics with WordPress. URLs with these query strings like ?utm_source=mailchimp bypass caching system. Google actually perceives the webpage being slower compared to cached version. In this guide, we will show basic example … [Read more...]
Fix : PHP bcmath Extension Missing Ubuntu 16.04
Previously we talked about one indispensable plugin WP Statistics. WordPress WP statistics like plugins use the module with GEO IP and infamously through errors rendering plugin's many functions limited. Here is how to fix PHP bcmath extension missing on Ubuntu 16.04, Nginx running PHP 7.0 or PHP 7.1. Ofcouse one can follow this guide to fix PHP bcmath extension missing Ubuntu 16.04 for any type … [Read more...]
Integration of Big Data Tools With WordPress
Tools Like Apache Solr Has WordPress Plugin to Integrate With WordPress. Apache Solr is open source enterprise search platform built on Apache Lucene but not exactly directly a building component of Big Data platform. Here Is An Article On Integration of Big Data Tools With WordPress. WordPress definitely can handle core Big Data works. But there are limitations as WordPress essentially a CMS … [Read more...]
BunnyCDN : Cheapest CDN For WordPress Websites With IPv6 Tested
It turned out that KeyCDN is bad (which we promoted before free of cost). Bad because their minimal payment is closer to $50 and funnily that payment expires after a year if another payment not made, they do not support IPv6 yet. At the time of publication, BunnyCDN is the cheapest CDN for small WordPress websites with IPv6, HTTP/2, origin pull and tons of features. CacheFly would be our choice id … [Read more...]
Opinion : WordPress Test Installs With Poopy.life Free Service
Here is a new thing to test - Poopy.life. WordPress Test Installs With Poopy.life Free Service is Great to Check Things Before Testing on Own Server, But There are Free PaaS Services. We are not criticising in negative way the effort of the developers, particularly as they use dedicated servers as infrastructure (not another Amazon hosted service), it is really smooth and worked similar test … [Read more...]
Securing WordPress & Server After Anti-ISIS KurDish HaCk3rS Visit
All of us warn WordPress core developers for forcing higher security and closing the loopholes. After January-February 2017's brutal mass WordPress hacking, recently Google has delivered warning to upgrade WordPress to 4.7. Here is a guide for securing WordPress & server after anti-ISIS KurDish HaCk3rS visit. Of course, our one webpage suffered from SQL injection - Raspberry Pi DIN car … [Read more...]
How to Use WordPress as Web Application Backend
WordPress has many built-in capabilities to use WordPress as a framework. Here is a Brief Discussion on How to Use WordPress as Web Application Backend. There are advantages of using WordPress For web application. As existing user of WordPress all of us are aware of the classes used by WordPress to create plugins. Using that idea for larger wen application would allow us to use WordPress for more … [Read more...]