WordPress: Optimization and performance
How to speed up our WordPress
In many cases our WordPress websites take a long time to load, or we simply want them to be as fast as possible. By following these steps, we can achieve the maximum speed that our website allows: Check website load time using an online tool. ...
How to reduce wp-cron.php consumption
WordPress has scheduled tasks such as checking for WordPress, plugin, or theme updates, creating backups, performing pingbacks, etc. These tasks are usually triggered when someone visits the website, for example. This is why it does not pose a ...
How to reduce consumption wp-admin/admin-ajax.php
Sometimes our WordPress installation may make excessive use of admin-ajax.php, consuming a large amount of the server’s available resources and overloading it. This file comes by default with our WordPress installation as it is part of the core, and ...
WooCommerce: Slow charge for 'wc-ajax=get_refreshed_fragments'
WooCommerce is the most popular plugin for creating online stores in WordPress. This plugin uses AJAX technology to provide a smooth and dynamic user experience. One of the key AJAX calls is wc-ajax=get_refreshed_fragments, designed to update ...