-
Notifications
You must be signed in to change notification settings - Fork 41
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
ESI #37
Comments
I have the same issue. |
I can confirm this issue. A simple test, like
Generates a cached page in
Which Outputs:
In perpetuity until it runs out of memory when visited. |
Same error here, the sub request is dispatched through the middlewares but the route remains the same of the main request. |
Hello @barryvdh, I have same error. ESI include has been create an infinite loop that throw an allowed memory time error or max execution time exceeded. Can you check it or help me please? Thanks a lot! |
Version 0.3.0 installed on laravel 5.4.
I try get ESI functionality. I have index page with included:
And route to partial:
route('get-esi') conatain only
and nothing else. When I'm open it in new window - thats work fine, only
Hi! TEST
on the page.But when i Try include it like ESI
I try get ESI functionality. I have index page with included:
it load index page instead of route('get-esi').
What do I wrong? Please help
The text was updated successfully, but these errors were encountered: