What does admin-ajax.php?td_theme_name=Newspaper&v=8.7.2 do ?

Posted in: Newspaper
Post count: 2

Hi,

What is the purpose of admin-ajax.php?td_theme_name=Newspaper&v=8.7.2 ? Our logs indicates that we get a lot of request to this url and affecting performance.

We are looking into caching it to speed up things but would like to double check the purpose of this url and its usage.

1- Can we cache this url ?
2- Can we disable access to this url ?

Thanks.

Post count: 18283

Hello !

Admin-ajax are the requests that go from the theme to your database. Pagination, any modification, a lot of elements will require admin-ajax. You could remove the ajax categories from here in order to reduce your request: https://www.screencast.com/t/GCHF9zjVpy

Thank you !

Post count: 2

Hi Vlad S,
Thanks for your reply. I know what admin-ajax.php does. I’m NOT asking the purpose of admin-ajax.php. I’m asking what this specific url with parameters do.

It obviously takes theme name and version number as parameters and returns a value, in my case 0 ( I’m assuming it is a true or false ). My question is what does the Newspaper theme use this url for ? What is the purpose of this url with parameters and how it is being used ?

Thanks

Post count: 18283

Hello !

Sorry for misunderstanding your issue !

The ajax is requested here: https://prnt.sc/r26b05

Thank you !

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.