- 🇮🇱Israel heyyo Jerusalem
We are experiencing this same issue, but we have no idea what triggers it or what to do to fix it.
Did you made any progress on it ? - 🇹🇹Trinidad and Tobago xamount
I've seen this happen before on a production site. It was because the header size of the page was too big. (I'm not saying this is the issue specifically for you, but mentioning it here in case it might help)
Is this problem happening on just specific pages or across the entire website?
If yes to specific pages, are those pages very long?
In our case, it was because we were using a View without pagination and the page was trying to generate hundreds of results. So paginating the view helped.
You can check header size of a page by doing:
curl -s -w \%{size_header} -o /dev/null https://your-domain.com/you-page
- 🇨🇦Canada jodavidson
I'm having similar issues, but it happens only for one user at a time with no warning on various pages. Clearing caches does nothing, I need to use the "Drastic Measures" option in the AdVAgg Operations panel to rebuild all the files to fix the issue.