• /wp-json/wp/v2/aal_ajax_unit_loading

    The Request of the Plugin can’t be cached, because the requests are POST not GET Request. This lead to Performance issues of big sites.

    Do you have a solution for this problem?

Viewing 1 replies (of 1 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    Adding that code to the functions.php file reverts the behavior of Ajax unit loading to how it was before version 5.4.0.

    add_filter( 'aal_filter_should_use_admin_ajax_for_unit_loading', '__return_true' );

Viewing 1 replies (of 1 total)
  • The topic ‘No Cache of wp-json POST Requests’ is closed to new replies.