Page 1 of 1

Page Not Loading Issue - Library Catalog

Posted: Thu Mar 27, 2025 8:32 am
by cceller
Hello,

We have enjoyed PWB for years in the operation of our web-based library catalog. For the past while I have had some issues with pages not loading in between uses. So, I re-worked two machines from scratch using the latest Edge-based version. Things worked well for about a week and now we are seeing the issues again throughout the course of the day.

To resolve the issue we generally have to reboot the machine.

Any advice is appreciated.

Re: Page Not Loading Issue - Library Catalog

Posted: Thu Mar 27, 2025 10:29 am
by Scott
Do you have PWB restart and clear the cache between patrons?

[Security]
ClearCacheOnClose=True
RestartOnClose=True

Having an inactivity timer set to automatically reset between patrons is also a good idea.

[Inactivity]
InactivityTimer=True
InactivityAction=Exit

The above cause PWB to exit on inactivity, clear the cache, and restart itself.

--Scott

Re: Page Not Loading Issue - Library Catalog

Posted: Thu Mar 27, 2025 12:42 pm
by cceller
Scott,

I will take a look and report back.