Caching contact page #5940
stephenmeehanuk
started this conversation in
General
Replies: 2 comments 2 replies
-
I am not sure of the answer to your specific question, but have you looked at the Dynamic Token add-on that allows you to use caching with forms? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You want the upcoming It shouldn't be thaaaat slow though, what's causing the slow down? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using half measure caching, and I've set
in
config/statamic/static_caching.php
As expected, that excludes the whole page from the static cache, the form still works - but the page is noticeably slower than the other cached pages.
I've looked at the Cache Tag docs, but that seem to be more geared to picking parts of the page that should be cached. I want to do the opposite. Cache everything on the page, except the form.
Is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions