Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.x] Fix timeout when using nocache tag #9449

Merged
merged 3 commits into from
Feb 2, 2024
Merged

Conversation

duncanmcclean
Copy link
Member

This pull request fixes an issue where pages would timeout when the {{ nocache }} tag is being used on a page. This was caused by #9409.

It seems like the fact we were processing it through a Collection was causing the issue. When I tried refactoring to use a simple foreach loop, the timeout went away.

Fixes #9437.

@jasonvarga jasonvarga merged commit b9d3eea into 4.x Feb 2, 2024
35 checks passed
@jasonvarga jasonvarga deleted the fix/nocache-timeout branch February 2, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to 4.47 causing nocache tags to trigger timeout
2 participants