POST /wp-admin/admin-ajax.php?td_theme_name=Newsmag&v=3.0 HTTP/

Posted in: Newsmag
Post count: 4

POST /wp-admin/admin-ajax.php?td_theme_name=Newsmag&v=3.0 HTTP/

Help me, when i have 1000 users online i get 503 ERROR, what i need to do that fix it?

Post count: 6535

Hi

The theme make a request to admin-ajax.php when on the page are used blocks with ajax pagination. When next/prev or load more button it’s pressed the theme make a request to this file to get the next posts. This is also valid from infinite load pagination. When the page it’s accessed by many visitors and on that page you have lots of blocks with pagination the server receive lots of requests and may be unable to handle them.
Try to increase the php memory to at least 64MB or if the host allows you can increase it more, also make sure that the parameters from system status have the values indicated here: https://forum.tagdiv.com/system-status-parameters-guide/ and you server meets theme’s requirements: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/

Hope this helps.
Thanks!

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