You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2017/09/29 16:29:00 UTC

[jira] [Updated] (AIRFLOW-1483) Page size on model views is to large to render quickly

     [ https://issues.apache.org/jira/browse/AIRFLOW-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Riccomini updated AIRFLOW-1483:
-------------------------------------
    Fix Version/s: 1.9.0

> Page size on model views is to large to render quickly
> ------------------------------------------------------
>
>                 Key: AIRFLOW-1483
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1483
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Edgar Rodriguez
>            Assignee: Edgar Rodriguez
>             Fix For: 1.9.0
>
>         Attachments: taskinstance_page_loading_breakdown.png
>
>
> The current hardcoded values for the {{page_size}} on {{AirflowModelView}} is set to {{500}} rows, which is usually too large to render in less than 1-2 secs in modern browsers. 
> Also, in some endpoints it is also taking a long time to render server-side the HTML content for 500 rows, taking around 1-2 secs (on the server) or sometimes more.
> Simple approach is to reduce this value to something more sensible (50 maybe?). Probably making it a configurable value would be a good option too in case the default is not good enough.
> See attachment for a profiled sample of a page loading time.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)