i have noticed one call on your logs:Quote /usr/local/bin/python3 /usr/local/opnsense/scripts/systemhealth/queryLog.py --limit 0 --offset 0did you really request an unbond logs without limiting the number of rows returned? then I think this can also be a problem (and maybe its better to either remove this option or limit resources for queryLog.py script)
/usr/local/bin/python3 /usr/local/opnsense/scripts/systemhealth/queryLog.py --limit 0 --offset 0
Obviously there was nothing I could do about the first page load, but that seemed to create additional problems even if I added filters.
opnsense-patch 4b5a074
@j_s@AdSchellevis merged the pr. can you try?Code: [Select]opnsense-patch 4b5a074?gui should no longer be blocked by requesting a huge number of log rows.