Limiters makes web interface slow
-
We have around 120+ limiters, the limiter list is really slow with loading. Also editing and adding a new limiter is slow. All other parts of the web interface are fast. We have our own public subnet and the pfsense is configured as a policy based router. Each used ip has an in and out limiter. We also imported the config on a non production box without states and here it is even slower. The web interface cpu usage stays as low as 5% and no memory increase.
I still have the config running on a test machine.
Disabled pfsync but still as slow. Not sure what I can try else.Hope you guys can give me a hint.
-
Same here. I haven't managed to figure out whats going on. My only clue is that this specific line of code in /usr/local/www/firewall_shaper_vinterface.php loads something :
require_once("shaper.inc");
if you check it, you'll find that it's a humongous piece of code:
[2.4.4-RELEASE][root@test]/root: wc -l /etc/inc/shaper.inc 5281 /etc/inc/shaper.inc
Other than that, no clues.