-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firewall: slow load on logs web page for empty interfaces #672
Comments
|
Excuse me if this is not related, but searching the firewall log is incredibly slow for me. I've collected some data:
During the search my machine is mostly idle with noticable system load: And |
|
firewall log parsing is really messy here.... eventually this should be trashed in favour of something new and remove all the call loops and obscure code around it, but not today. The slowdown in parsing for this case is very likely caused by convert_real_interface_to_friendly_descr() being called on every line.... moved it out of the loop. |
via: https://forum.opnsense.org/index.php?topic=2010.0
The text was updated successfully, but these errors were encountered: