How can i disable POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=7.0.1

Posted in: Newspaper
Post count: 29

How i can disable POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=7.0.1 request. This causing excessive cpu usage making my site hang. So how can i remove or stop this post request.

Post count: 23312

Hello nihar105479,

Please notice that this type of requests is used by the theme when you have some ajax pagination, like next-prev, infinite scroll or load more pagination at your page. Unfortunately, please notice that this type of request cannot be disabled but only it can be avoided if you will not using these types of pagination for your website. Also, in order to achieve best results with our theme, please check the Newspaper requirements for dedicated server, like this -> https://forum.tagdiv.com/requirements-for-newspaper/

Thanks for your understanding!

Post count: 15

We’re also seeing this issue. We’re on 7.2.

/wordpress/wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=7.2

Can you give a clue how to change pagination? I can’t find it in the interface.

Our web host applied the following cludge which has at least dropped our CPU problem and fixed an issue where we had blank screens after posting new articles.

I just put in a block for the admin-ajax.php file, and immediately your CPU usage dropped. I suspect you need to work with your theme vendor to understand why it is POSTing to admin-ajax.php. Once you have fixed that you can remove the .htaccess file at /var/www/vhosts/israellycool.com/httpdocs/wordpress/wp-admin/.htaccess or I can do that for you.

  • This reply was modified 9 years by David L.
Post count: 22421

Hi,

This simply means you have too many ajax requests. Ajax is used on pagination, ajax filters, live search, and the mega-menu. If you use too many of these elements, you will need quite a bit of resources on your server. Please remove some of these features if your server cannot handle it. Also please use this guide to increase your memory allocation: https://forum.tagdiv.com/system-status-parameters-guide/
You can use this guide to learn about the ajax filter and the pagination: https://forum.tagdiv.com/block-settings-tutorial/
The mega-menu can be removed from the menus area: https://forum.tagdiv.com/mega-menu/

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.