axelerant / testimonials-widget

Easily add social proofing to your website with Testimonials Widget. List or slide reviews via functions, shortcodes, or widgets.
http://wordpress.org/plugins/testimonials-widget/
GNU General Public License v2.0
10 stars 7 forks source link

Force sending no cache headers for testimonials form page #167

Closed michael-cannon closed 9 years ago

michael-cannon commented 9 years ago

Idea: Create setting to take in page ids of testimonial forms to force delivering no-cache headers on. Seems that Jetpack's Photon CDN isn't playing nice with our math captcha.

Previously, caching issues was resolved by moving captcha checks to a db orientated session tracker within WordPress. Not sure why Photon is working well with that. W3TC and WP SuperCache do fine.

Could be that Photon might have a config option for pages to cache or not. Seems that Photon delivers the html as static and maybe refreshes only once in a while per IP based request.


https://aihrus.zendesk.com/agent/tickets/3187

michael-cannon commented 9 years ago

Every call to testimonials_form starts with nocache_headers. I don't see how to go beyond such. If given a way, we can reopen.