[ https://issues.apache.org/jira/browse/CLOUDSTACK-8919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933750#comment-14933750 ]
ASF GitHub Bot commented on CLOUDSTACK-8919: -------------------------------------------- GitHub user nitin-maharana opened a pull request: https://github.com/apache/cloudstack/pull/897 CLOUDSTACK-8919: Slow UI response while loading the list of networks in network tab. Instead of searching for each network, now it is searching for each zone. For basic zone, it will show the security group directly because by default securitygroupsenabled is true. For advanced zone, check the securitygroupsenabled option in each zone. If any one has value true, then show. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nitin-maharana/cloudstack CloudStack-Nitin10 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/897.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #897 ---- commit bee8e87ead67d3d0fd7953f5e97b9327c88db2ba Author: Nitin Kumar Maharana <nitinkumar.mahar...@citrix.com> Date: 2015-09-28T18:39:15Z CLOUDSTACK-8919: Slow UI response while loading the list of networks in network tab. Instead of searching for each network, now it is searching for each zone. For basic zone, it will show the security group directly because by default securitygroupsenabled is true. For advanced zone, check the securitygroupsenabled option in each zone. If any one has value true, then show. ---- > Slow UI response while loading the list of networks in network tab. > ------------------------------------------------------------------- > > Key: CLOUDSTACK-8919 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8919 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: UI > Reporter: Nitin Kumar Maharana > > Root cause of this Issue: Invokes 3 APIs, the 2nd API to check whether any > network is having security group service, this consumes 90% of the time. API > fetches network list and for each network calls DB to get services associated. -- This message was sent by Atlassian JIRA (v6.3.4#6332)