You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I cache the output of a LARGE text field from a Global using the {% cache %} tag within a preParse field, it doesnt seem to fetch from cache on subsequent loads.
Using directly on a web template, the first page load is 140ms, and subsequent loads are 30ms.
Using within a preparse field, the load is always 140ms.
Does preParse bypass cache tags? Is this by design? Is there a way to utilize the cace?
The text was updated successfully, but these errors were encountered:
If I cache the output of a LARGE text field from a Global using the
{% cache %}
tag within a preParse field, it doesnt seem to fetch from cache on subsequent loads.Using directly on a web template, the first page load is 140ms, and subsequent loads are 30ms.
Using within a preparse field, the load is always 140ms.
Does preParse bypass cache tags? Is this by design? Is there a way to utilize the cace?
The text was updated successfully, but these errors were encountered: