Fix Google PageSpeed Error ‘Eliminate render-blocking JavaScript and CSS in above-the-fold content’ for WordPress Website.

Here is how you may want to tune up your WordPress website performance, i.e., how long it takes to download your website from the server to your visitors’ computer, mobile or tablet. In the era of responsive design, we tend to embed more than one Javascript or CSS file, such as Bootstrap CSS and JS …

How do you change the color opacity or transparency in CSS?

There are instances when you think it would be a great idea to change the opacity of the background color of a div without affecting the text, image, and other web properties present inside the same div of HTML and CSS. Answer: What you usually do is specify background color in CSS using hex, i.e. …

How to enable HTTP persistent or HTTP keep-alive connection feature for your WordPress website.

As Wikipedia explains: HTTP persistent connection, also called HTTP keep-alive or HTTP connection reuse, involves using a single TCP connection to send and receive multiple HTTP requests/responses instead of opening a new connection for every request/response pair. The newer SPDY protocol uses the same idea and extends it to allow multiple concurrent requests/responses to be …

How to enable Gzip Compression for WordPress.

If you want to increase your website’s performance and speed by reducing its load time on clients’ (i.e., visitors’) machines, then this tutorial will help you. Something About WordPress:WordPress does not offer a mechanism to compress the blog’s HTML output. The Apache-enabled web server normally provides this feature. As the Apache Website Defines, The mod_deflate …

How to disable WordPress Pingbacks & Trackbacks.

Let’s Know What is Pingback? A pingback is a type of comment created when you link to another blog post where pingbacks are enabled. The best way to think about pingbacks is as remote comments: Let’s Know What Trackback is. Trackbacks are a way to notify legacy blog systems that you’ve linked to them. If …

Jetpack Related Posts not working or displaying – appearing on WordPress Self Hosted Website Domain or Subdomain, Here is why it is happening & how you can fix it.

With JetPack for WordPress, Automattic is releasing wordpress.com features for WordPress self-hosted websites. One feature in that release is ‘Related Posts,’ where you can activate this inbuilt plugin-like functionality to scan your self-hosted website and display the desired number of related posts under each blog post. This feature helps users discover and read related post …

Error while updating your WordPress Installations Automatically or Getting error while uploading file to WordPress blog “Failed to write file to disk.”, Here is a solution for this errors.

If you are getting an error while uploading a file or image to your WordPress blog or when automatically updating your WordPress installation, then here is the solution for the same. All errors are related to something like this: Error 01: Error while uploading file, image to WordPress blog “Failed to write file to disk.” …

How to Fix ‘Warning: require_once() [function.require-once]: Unable to allocate memory for pool.’ Warning thrown at you while you were trying to login in your WordPress admin page.

Today, I was trying to log in to my website’s Admin page, but I was stopped by following a warning from WordPress’s The full warning summary was something like this:

WordPress (WP) Custom Designed Login Logo gets truncated or cropped after WordPress is updated to 3.8+

Background: It seems the custom-designed logo of the login form gets cropped or truncated if you update your WordPress installation to 3.8 or later. Just for background & history of the WordPress login form, the logo was something rectangular in shape, as shown below: My custom design of my Studio’s logo was the right fit …

Automating WordPress Website Maintenance.

Assumptions, Prerequisites & Basic KnowledgeI assume you have decent web design and development knowledge, including HTML and CSS for Ice on Cake, and a working knowledge of PHP. I believe you have deployed your WordPress website on an online live server. Introduction to Automated WordPress MaintenanceThis tutorial & my blog post will help you to …