[
https://issues.apache.org/jira/browse/CLOUDSTACK-8919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14985080#comment-14985080
]
ASF GitHub Bot commented on CLOUDSTACK-8919:
--------------------------------------------
Github user karuturi commented on the pull request:
https://github.com/apache/cloudstack/pull/897#issuecomment-152993596
manually verified the fix.
Before the fix:
on list networks page, I see three api calls
1. list zones
2. list networks with SG groups
3. list networks
After the fix:
I see the below api call
1. list zone basic
2. list zone advanced
3. a single list networks call
though I didnt see any performance improvement in my simple setup with 2
networks, the change is working fine and didnt see any issues because of it.
:+1: LGTM
> 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)