Admin stats page efficiency#3778
Merged
Merged
Conversation
… when document.hidden or sub-tab not selected
rebeccacremona
approved these changes
Jun 5, 2026
Contributor
rebeccacremona
left a comment
There was a problem hiding this comment.
I'm into it.
If it breaks the page, it breaks the page, and I'll fix it Monday.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The admin stats page polls /manage/stats/celery_queues every 2 seconds, which adds up to a real amount of traffic in the logs. For efficiency:
This way it not only doesn't start automatically, but if you do start and then move away, it and other sub-tabs don't keep pointlessly going in the background.
This PR is AI coded and not tested by me. In my defense: I discussed this with Becky and it sounds like this contribution is useful; it's a low risk staff-only page, easy to apply (if you have Perma up and running locally) and check if it works. Feel free to take it over, or if it's wrong in some complicated way, reject without looking too hard.