You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In newer versions, the widgets seem to consume to many PHP_FCGI_CHILDREN. Open the dashboard for more than a couple of seconds the widgets wont load anymore and any Apply changes needs 20 seconds or more.
To Reproduce
Install a current version (in my case 24.7.9) and let the dashboard open for a couple of seconds.
Expected behavior
A working system which wont change its behavior, if u let it half a minute in idle.
Describe alternatives you considered
Changing the "PHP_FCGI_CHILDREN" => "3" in /usr/local/etc/inc/plugins.inc.d/webgui.inc to any value 30 or above gives a fluent experience.
Environment
OPNsense 24.7.9.(amd64).
The text was updated successfully, but these errors were encountered:
I encounter this issue with only one instance of the website opened. It results in a huge lag when applying changes, making the webui nearly impossible to use. Is this related? The git commit mentions multiple opened instances.
Isn't this a critical issue, if the web ui is not usable? Or do I have another bug?
Could this be included before 25.1 as mentioned in the other issue?
Important notices
Describe the bug
In newer versions, the widgets seem to consume to many PHP_FCGI_CHILDREN. Open the dashboard for more than a couple of seconds the widgets wont load anymore and any
Apply changes
needs 20 seconds or more.To Reproduce
Install a current version (in my case 24.7.9) and let the dashboard open for a couple of seconds.
Expected behavior
A working system which wont change its behavior, if u let it half a minute in idle.
Describe alternatives you considered
Changing the
"PHP_FCGI_CHILDREN" => "3"
in/usr/local/etc/inc/plugins.inc.d/webgui.inc
to any value 30 or above gives a fluent experience.Environment
OPNsense 24.7.9.(amd64).
The text was updated successfully, but these errors were encountered: