Closed stephenmeehanuk closed 2 months ago
Since posting the number of pages is continuing to increase? It's on 9579
now.
Just refreshed again it's on 9582
. The site doesn't have that many pages?
It could be related to query parameters.
When someone visits a page with unique query parameters, Statamic will treat that as a new page. You could try enabling the ignore_query_strings
option in the config file to see if that helps.
I've been experiencing issues with my queues not running.
Also, I don't think this will be related to your queues not running. I think that'll likely be a different issue.
It could be related to query parameters.
When someone visits a page with unique query parameters, Statamic will treat that as a new page. You could try enabling the
ignore_query_strings
option in the config file to see if that helps.
I'll give this a go, I didn't know about that setting.
And/or it could be 404 pages that get cached. You may want to consider the share_errors
config. See https://github.com/statamic/cms/pull/10294
If either/both of those options don't work, let us know and we can re-open this issue.
Bug description
Hi
I've been experiencing issues with my queues not running.
While looking around, trying to figure out what the issue is, I spotted the static page cache is
9540
pages?This is way too high, the site isn't that big.
I wonder if this could be the reason why the queue keeps failing?
Do you know of any reason why the static page cache would inflate like this?
How to reproduce
Difficult to know how to reproduce, sorry.
Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response