wpsharks / wp-kb-articles

KB Articles for WordPress; adds a new Custom Post Type.
http://wpkbarticles.com/
2 stars 1 forks source link

ZenCache Compat. w/ AJAX #37

Closed jaswrks closed 9 years ago

jaswrks commented 9 years ago

It would be nice to add support for ZenCache to the AJAX implementation; i.e. making it easy for ZenCache to cache the AJAX requests. Reduce overhead and improve speed.

The only reason these are not cached at present, is that the AJAX queries are submitting GET requests. We could look at ways to tell ZenCache that it's OK to cache these. e.g. ?zcAC=1&zcABC=1.

jaswrks commented 9 years ago

This has been implemented. Related in part to: websharks/quick-cache#401

raamdev commented 9 years ago

Woohoo!