https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36586 --- Comment #43 from David Cook <dcook@prosentient.com.au> --- (In reply to Kyle M Hall (khall) from comment #42)
(In reply to Kyle M Hall (khall) from comment #41)
I took a look at this again and actually loading isn't slow, page is just loaded again and again after first reload is done (seems to happen from 2 to up to 80 times). Then loading stops, page reloads again after 10 seconds (as set in syspref) and frequent loading starts again. But this only happens on my installation, not in sandboxes for example. No idea where this could come from but I'll provide a new bug report if it's Koha related problem.
We've had reports of the same. We've had partners in production have their servers become unusable because the self-checks are sending 50 logout requests a second.
We are having yet another instance of this issue. I think it may be time to consider reverting until we have a solution.
That's understandable, although if it's reverted I doubt that it'll ever be fixed either since it doesn't seem reproduceable in KTD? -- I'd say a good middle ground would be to add a sanity check to "_timer_increment()" in koha-tmpl/opac-tmpl/bootstrap/js/timeout.js Based on the description of the reports, there must be a problem with "this.idle_timeout" not getting set correctly, so within that function we make sure that this.idle_timeout is a number and greater than 30 seconds. Otherwise, we default to 30 seconds. You know... as I say that... I have an idea about the problem here. Be right back... -- You are receiving this mail because: You are watching all bug changes.