Use code PERFMATTERS for an extra 10% off!

General

How to remove WordPress REST API links

The WordPress REST API enables the CMS to communicate with other web properties, no matter what programming language they’re written...

How to disable embeds in WordPress

Embeds were released with WordPress 4.4. However, with this came some extra inline code they add to your site (link...

How to implement DNS prefetching in WordPress

DNS prefetching allows you to resolve domain names (perform a DNS lookup in the background) before a user clicks on...

How to disable Google Maps API in WordPress

Some WordPress themes and plugins have Google Maps API built-in and unfortunately sometimes don’t have a way to turn it...

How to disable Google Fonts in WordPress

Google Fonts is a great service, but there are some scenarios when you might need to disable Google Fonts. Here...

How to remove wlwmanifest link in WordPress

By default, the following tag shows up in every WordPress install. <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://yourdomain.com/wp-includes/wlwmanifest.xml" /> The above link is...

How to disable WooCommerce widgets

WooCommerce by default comes with a lot of widgets installed. A lot of times these aren’t used anywhere as themes...

How to create a blank favicon on your WordPress site

If you’re constantly benchmarking new WordPress sites, especially fresh installs, it can be annoying as a missing favicon will generate...

How to delete WordPress transients (expired or all)

WordPress transients provide a simple and standardized way for developers to store cached data in the database temporarily, along with...

How to disable Password Strength Meter in WordPress

Introduced in recent versions of WooCommerce and WordPress, there is an integrated Password Strength Meter which forces users to use...

How to enable the Script Manager’s Testing Mode

We always recommend testing locally or on a staging site first when using the Script Manager, as you could break...

How to disable the WordPress Heartbeat API

The WordPress Heartbeat API uses /wp-admin/admin-ajax.php to run AJAX calls from the web browser. While this is great and all it...

How to disable WooCommerce status meta box

By default, WooCommerce has a status meta box (widget) that loads in the WordPress dashboard. A lot of times this...

How to disable emojis in WordPress

Emojis are fun and all, but if you aren’t using them, they actually load a JavaScript file (wp-emoji-release.min.js) on every...

How to disable self-pingbacks in WordPress

A pingback is basically an automated comment that gets created when another blog links to you. A self-pingback is created when...

How to remove WordPress version number

By default, the following tag shows up in every WordPress install. <meta name="generator" content="WordPress 4.7.5" /> It shows the version...

How to disable RSS feeds in WordPress

By default, WordPress generates all types of different RSS feeds for your site. While RSS feeds can be useful if...

Add missing width and height attributes to your images

Modern browsers set the default aspect ratio of images based on their width and height attributes. Here is a basic...

How to add font-display:swap to your Google Fonts

By default, Google Fonts are render-blocking and might take a while to load. The problem is that most modern browsers...

How to remove RSS feed links in WordPress

Similar to how WordPress generates RSS feeds, it also generates RSS feed links for your pages/posts, comments, tags, etc. You...

How to disable comments in WordPress

There are times when you have a WordPress site where you won’t need, want, or use comments. Opinions are good,...

How to disable and limit post revisions in WordPress

WordPress automatically saves revisions when you are working on posts and pages. These can begin to add up pretty quickly....

How to change the Heartbeat frequency in WordPress

The WordPress Heartbeat API uses /wp-admin/admin-ajax.php to run AJAX calls from the web browser. While this is great, it can cause...

How to remove global inline styles in WordPress

As of WordPress 5.9, additional inline CSS code was added to improve duotone styles. Most users probably won’t be using this...

How to display script dependencies in the Script Manager

Seeing dependencies can be helpful to know which scripts are safe to disable or to troubleshoot a conflict. You can...