Do you think the WordPress backend is too slow? Good news, this plugin will improve the speed of your WordPress Admin backend by some efficient tweaks.
“Fast Backend” will only have affects to the Admin area of WordPress and won’t have any impact on your theme.
The plugin adds loading=”lazy” attributes to images if missing to take advantage of native lazy loading.
Usually the WordPress heartbeat is every 15 seconds. The plugin extends the time period to 45 seconds.
Instead of autosaving posts every 60 seconds, we’ll do this only every 120 seconds.
The plugin moves plugin stylesheets to the bottom of the page to prevent them to block rendering.