[
https://issues.apache.org/jira/browse/CLOUDSTACK-8919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14985787#comment-14985787
]
ASF subversion and git services commented on CLOUDSTACK-8919:
-------------------------------------------------------------
Commit 8db10be093343ce714dc7374d6afa90ce1ef5d63 in cloudstack's branch
refs/heads/master from [~remibergsma]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=8db10be ]
Merge pull request #897 from nitin-maharana/CloudStack-Nitin10
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.
* pr/897:
CLOUDSTACK-8919: Slow UI response while loading the list of networks in
network tab.
Signed-off-by: Remi Bergsma <[email protected]>
> 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)