• Resolved weeboludo

    (@weeboludo)


    I need to cache a single ajax request like the one below, is this possible?
    /wp-admin/admin-ajax.php?action=engage_dynamic_css&version=5.2

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi @weeboludo,
    Unfortunately no. Ajax requests are never supposed to be cached EVER. If you feel the need for caching an Ajax request then the fault is not in Ajax but the theme/plugin you are using. It is such badly coded that it is using Ajax for something which could be achieved without using Ajax. I’m sorry for the harsh words, but that’s the truth.

Viewing 1 replies (of 1 total)

The topic ‘Caching Particular Ajax Request’ is closed to new replies.