Cross Domain & Live Template Copy Addon for Site
2000+ ready blocks, header-footer, pages, & templates
Add awesome floating animation to any elements
Customize tooltip with images, gifs, & backgrounds
Make every widgets & content equal of heights
Select content audience from roles and browsers
Add dynamic links to any thing on your website
Add background overlay color to widgets & sections
Display lots of party popper particles in any section
One-click to duplicate whole page, post & template
Snappy particle animations for your live website
Customize widget dimension beyond normal scale
Embed content, site, media within your website
Customizable cursor button for professional web design
Dynamic grids for easy web design maneuvers
Fully custom grid and carousel for posts (single)
Discrete navigation controls for carousel widgets
Highlight text or heading with marker notations
Turn section backgrounds into interactive galleries
Dynamic horizontal scrolling slider widget in action
Crafted page templates to help you get started with your landing page just by dropping a starter design
Ready Blocks comes with a variety of layouts and design elements, such as headers, footers, and widgets etc.
Pre-designed headers with lucrative styles that are suitable for various niche websites and design tastes
A helpful collection of footer designs to help you create an instant attractive footer on your landing page
Find us 24/7 at your service. We are glad to help.
Detailed guidelines available for every features at BdThemes
Learn something new, stay informed about WordPress, Web Design and more
Here are some of the key milestones in my development:
Learn product usage, WordPress tips & tricks from our videos
Earn hefty commissions by joining us in the promotion
Widget Idea Share is a great way to find similar widgets that you can improve.
Certainly! If you need to get in touch with us feel free to reach out
The zoloblocks plugin which lets you create stunning websites using the gutenberg site builder
Most superior Slider in the Era of Elementor Slider
The only Compatible blogging widgets in Elementor for any Blog
Create next gen e-commerce website for your business in WordPress
Organize your photos in a different angel every time with Elementor
Boost your website engagement and drive more sales with Spin Wheel WordPress plugin.
The AI Image Generator Plugin for WordPress is a powerful tool by ChatGPT
Get 360° Augmented Reality for WooCommerce today!
Copy & Paste any web design you like just with 2 clicks!
A fully functioning theme for elementor with unlimited options
Showcase customer feedback and reviews to build trust and credibility.
Get amazing Flyers, visiting card, Logo template from here
Cross Domain & Live Template Copy Addon for Site
2000+ ready blocks, header-footer, pages, & templates
Add awesome floating animation to any elements
Customize tooltip with images, gifs, & backgrounds
Make every widgets & content equal of heights
Select content audience from roles and browsers
Add dynamic links to any thing on your website
Add background overlay color to widgets & sections
Display lots of party popper particles in any section
One-click to duplicate whole page, post & template
Snappy particle animations for your live website
Customize widget dimension beyond normal scale
Embed content, site, media within your website
Customizable cursor button for professional web design
Dynamic grids for easy web design maneuvers
Fully custom grid and carousel for posts (single)
Discrete navigation controls for carousel widgets
Highlight text or heading with marker notations
Turn section backgrounds into interactive galleries
Dynamic horizontal scrolling slider widget in action
Crafted page templates to help you get started with your landing page just by dropping a starter design
Ready Blocks comes with a variety of layouts and design elements, such as headers, footers, and widgets etc.
Pre-designed headers with lucrative styles that are suitable for various niche websites and design tastes
A helpful collection of footer designs to help you create an instant attractive footer on your landing page
Find us 24/7 at your service. We are glad to help.
Detailed guidelines available for every features at BdThemes
Learn something new, stay informed about WordPress, Web Design and more
Here are some of the key milestones in my development:
Learn product usage, WordPress tips & tricks from our videos
Earn hefty commissions by joining us in the promotion
Widget Idea Share is a great way to find similar widgets that you can improve.
Certainly! If you need to get in touch with us feel free to reach out
The zoloblocks plugin which lets you create stunning websites using the gutenberg site builder
Most superior Slider in the Era of Elementor Slider
The only Compatible blogging widgets in Elementor for any Blog
Create next gen e-commerce website for your business in WordPress
Organize your photos in a different angel every time with Elementor
Boost your website engagement and drive more sales with Spin Wheel WordPress plugin.
The AI Image Generator Plugin for WordPress is a powerful tool by ChatGPT
Get 360° Augmented Reality for WooCommerce today!
Copy & Paste any web design you like just with 2 clicks!
A fully functioning theme for elementor with unlimited options
Showcase customer feedback and reviews to build trust and credibility.
Get amazing Flyers, visiting card, Logo template from here
Websites often tend to load slower than expected, leaving a bad taste on the user’s side. Optimizing WordPress admin-ajax.php might be the solution.
Most of the cases are caused by memory overload (internal error 500). But, there is another important variable called Admin-Ajax.PHP that we often forget.
As you have guessed, this article will present to you how to optimize WordPress admin-ajax.php to boost your site. This is a technical blog with pinpoint details. So, make sure to take your time and read along.
Admin-Ajax.Php was first introduced in WordPress 2.1 as one of the core technology of WordPress. What it basically does is establishing a connection between the client and the server.
Admin ajax is a code loaded with JavaScript. It enables features like automatic post saving, notifications, and session management. WordPress uses this technology to refresh a page without reloading, making it dynamic to the users.
You will find this file inside the site’s /wp-admin directory. Once overloaded, the file is responsible for slow speed, error 502, or error 504.
Admin Ajax is responsible to establish a back & forth connection by pinging server requests very often. Sometimes, the number of requests ends up in a large number, resulting in a slow server speed.
That is why we need to optimize WordPress admin-ajax.php so that it does not slow the site down.
There are several reasons behind a slow site speed due to admin-ajax.
The prime suspect in this case should be a corrupted plugin. A 3rd party plugin has to send continuous requests to the server to stay functional. So, the admin-ajax.php handles the server requests on behalf of the plugin. As a result, a bad plugin may trigger an unexpectedly high volume of server requests.
Again, the issue might be a cause of the theme you are using. Themes having unutilized admin-ajax may end up slowing the site down.
But in both of these cases, the site’s backend may not be involved.
To solve issues regarding plugins and themes, you need to identify the corrupted ones through tests. Now, you can do one of the two things here:
The faster way to optimize WordPress admin-ajax.php is to run site tests via trusted links.
A GTmetrix test run would show a good number of site stats. From there, you need to trace the function causing high server requests or delay through admin-ajax.
Usually, the waterflow curve shows a complete site loading response structure. From there, you can pinpoint the reason for the admin-ajax overload.
Sometimes, you may fail to properly identify the cause with site test results due to the massive amount of data. In that case, a slow approach is the best course of action to optimize WordPress admin-ajax.php.
For this, you need to deactivate all plugins within your website and see if the issue remains. If yes, then the theme is suspected to be the faulty one. If no, then try activating one plugin at a time a trace the corrupted one.
Your website may be good in the frontend performance but still slow because of the backend problems. Let’s figure it out.
Heartbeat API was introduced with WordPress 3.6 version back in the old days. It usually sends frequent ajax requests for the site’s dynamic functionalities.
What it does is, it sends ajax requests every 15 seconds for initiating auto-saving, auto-refreshing commands. In one way, it ensures the proper saving of important data and increases user experience.
But the problem is, a website having multiple users at the development board will face a slow response from the server. Also, consumers will face frequent site misbehave regarding loading speed.
That’s why you need to optimize WordPress admin-ajax.php.
To optimize the Heartbeat API, you need the help of a plugin called Heartbeat Control.
Go to Dashboard> Plugins> Add New> search for Heartbeat Control and install it.
Once installed, you will find it inside the Settings tab. Click on it and see the options on the display. You will find options to disable, enable, and modify the Heartbeat API.
If you are the sole user of the site’s dashboard, you may not need to change the settings. Again, disabling the Heartbeat API will result in a non-dynamic website.
So, to keep your site dynamic but reduce ajax overload, set the frequency from 15 to 300 from the menu. Doing so will change the request time from 15 seconds to 300 seconds and will reduce the server load a lot.
In case of low CPU configuration, we recommend you to disable Heartbeat API from Frontend and Dashboard. Of course, modifying the request time is also a good move.
Optimizing WordPress admin-ajax.php varies for every website. But, fixing it will definitely improve your site speed by a lot. So, if you are facing trouble with site speed, it’s best if you follow this article through and through.
This blog is brought to you by Element Pack, the market-leading Elementor page builder plugin.
Thanks for your time.
Change your mind? No problem. We offer a no-hassle, 14-days money back guarantee.
Largest Elementor Templates pack with the most user-friendly UI and 300+ useful Elementor widgets. Build websites from zero to 100% perfection in no time.
This website is powered by Element Pack Pro and Rooten Theme.
Copyright © 2025 BdThemes. All Rights Reserved.