[
https://issues.apache.org/jira/browse/AMBARI-12760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14695758#comment-14695758
]
Hudson commented on AMBARI-12760:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.1 #373 (See
[https://builds.apache.org/job/Ambari-branch-2.1/373/])
AMBARI-12760 FE: Add experimental flag to show "page loaded in X seconds" on
important pages. (atkach) (atkach:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=ce8648ad901703975597b9b68a223fb196376fa3)
* ambari-web/app/templates/main/charts/heatmap.hbs
* ambari-web/app/views/main/host.js
* ambari-web/app/config.js
* ambari-web/app/initialize.js
* ambari-web/app/styles/application.less
* ambari-web/test/views/main/dashboard/config_history_view_test.js
* ambari-web/app/views/main/dashboard/config_history_view.js
* ambari-web/app/routes/main.js
* ambari-web/app/utils/load_timer.js
* ambari-web/app/views/common/widget/heatmap_widget_view.js
* ambari-web/app/controllers/main/service/info/configs.js
* ambari-web/app/templates/main/alerts.hbs
* ambari-web/app/assets/test/tests.js
* ambari-web/app/views/main/service/info/summary.js
* ambari-web/test/utils/load_timer_test.js
* ambari-web/app/mixins/common/table_server_view_mixin.js
* ambari-web/app/views/main/dashboard/widgets.js
AMBARI-12760 FE: Add experimental flag to show "page loaded in X seconds" on
important pages, additional patch (atkach) (atkach:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=9b35ae0deb9480b22c1c34295781d0c78fde470c)
* ambari-web/test/utils/load_timer_test.js
> 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)