[
https://issues.apache.org/jira/browse/AMBARI-12760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14695516#comment-14695516
]
Hadoop QA commented on AMBARI-12760:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12750277/AMBARI-12760.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/3583//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/3583//console
This message is automatically generated.
> FE: Add experimental flag to show "page loaded in X seconds" on important
> pages
> -------------------------------------------------------------------------------
>
> Key: AMBARI-12760
> URL: https://issues.apache.org/jira/browse/AMBARI-12760
> Project: Ambari
> Issue Type: Task
> Components: ambari-web
> Affects Versions: 2.1.2
> Reporter: Andrii Tkach
> Assignee: Andrii Tkach
> Fix For: 2.1.2
>
> Attachments: AMBARI-12760.patch
>
>
> To make it easy to determine how long it takes to render a page, we need a
> message at the bottom of important pages which says "Page loaded in X seconds
> and Y milliseconds". This will be useful for anyone to accurately measure UI
> perf issues.
> "Loading" unfortunately means different things on different pages.
> * Dashboard
> ** Metrics: All tiles show and page is available for interaction. Data in
> tiles need not be loaded.
> ** Heatmaps: Heatmap data should be shown for appropriate hosts.
> ** Config History: Table is available for interaction.
> * Service
> ** Summary: Page is available for interaction. Data in graphs need not be
> loaded.
> ** Heatmaps: Heatmap data should be shown for appropriate hosts.
> ** Configs: Config fields should be available for interaction. Should update
> when config-groups are selected.
> * Hosts
> ** Time taken to populate hosts table and make it available. This should keep
> updating when various filters and sorts are used.
> * Alerts
> ** Time taken to populate table and make it available. This should keep
> updating when various filters and sorts are used.
> The mechanism should be a mixin that any page can use with ease if needed.
> Ideally, we want this hooked into Ember rendering pipeline so that the
> numbers include the time taken to render the view. Hooking to mapper end time
> is *not* accurate.
> We can call the experimental flag "showPageLoadTime".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)