Anonymous | Login | 2024-11-21 03:51 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001120 | ClearOS | app-network - Network Settings | public | 2013-04-25 14:06 | 2013-06-25 12:34 | ||||
Reporter | user2 | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | tweak | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 6.4.0 Updates | Fixed in Version | 6.4.0 Updates | ||||||
Summary | 0001120: Network overview page is too slow | ||||||||
Description | The network overview page is getting bogged down. Caching the configuration (which is not world readable so requires slow sudo access) and decreasing the number of expensive resolver->is_automatically_configured() calls helps (75% decrease in 3 NIC development environment). | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000825) user2 2013-04-25 14:07 |
Source Code Changelog --------------------------------------------------- - Improved speed [fixed tracker 0001120] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=5935 [^] U webconfig/apps/network/trunk/controllers/dns.php U webconfig/apps/network/trunk/libraries/Iface.php |