• Resolved traces

    (@dubleg)


    I’m currently trying to set up the WP Super Cache plugin for my website. The problem I’m facing is that all my single post content is located and opened in a modal window via js-open-window. As a result, the only file being generated by Super Cache is the homepage.

    I have tried Preload mode, adding new posts, and manually adding posts via Directly Cached Files, but nothing works—only the homepage gets cached. Is there anything I can do to cache single post content that is displayed in a modal window via admin-ajax.php?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • This plugin can’t really deal with pages like that, unfortunately. It explicitly excludes admin-ajax.php requests because it checks for is_admin() which returns true on those requests.

    You’ll probably need to implement your own caching system using the AJAX system in WordPress but it won’t work as well as serving pages directly as plugins like this one can serve the cached page before most of WordPress loads.

    Plugin Support Stef (a11n)

    (@erania-pinnera)

    Hi there, @dubleg,

    I’m going to mark this thread as solved. If you have any further questions or need more help, you’re welcome to open another thread here. Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.