Actions
Feature #531
openTask #358: Better package our work
Tune DansGuardian at startup on CPU bogomips
Start date:
02/27/2012
Due date:
% Done:
0%
Estimated time:
5:00 h
Description
On low end devices, such as Efika, we had to change the default settings of DansGuardian to get it render pages faster. The list of tested languages has been reduced and the scan parameters have been changed to avoid re-parsing the pages several times for the same language. This latest parameter could be tuned at startup taking into account the CPU speed in bogomips:
$ cat /proc/cpuinfo | grep bogomips
bogomips : 2009.96
This way no need to lower the security level on more recent hardware :).
Updated by Jean-Michel Philippe almost 13 years ago
- Category set to Development
- Target version set to 2012-08
- Estimated time set to 5:00 h
Updated by Jean-Michel Philippe over 12 years ago
- Target version changed from 2012-08 to 2012-11
Actions