You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/23 05:42:16 UTC

[GitHub] [superset] aseembansal-gogo opened a new issue #15854: [Roles Page] page load is very slow

aseembansal-gogo opened a new issue #15854:
URL: https://github.com/apache/superset/issues/15854


   On superset 1.1.0 roles list page loading is slow. It takes approx. 16 seconds to load. From roles listing page if I click edit to edit a role then it takes 18 to 20seconds for the edit page to open up. This makes working with roles very difficult.
   
   Viewing user list takes just 2s in comparison.
   
   ### Expected results
   
   Roles related pages to load in <5seconds.
   
   ### Actual results
   
   Roles related pages load in >15seconds.
   
   
   #### Screenshots
   See developer tools
   ![image](https://user-images.githubusercontent.com/69132220/126741543-fa37fc48-a80d-416d-9375-27cd4db2c58a.png)
   
   
   #### How to reproduce the bug
   
   1. Go to Roles list page
   2. Edit a role
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `superset version` 1.1.0
   - python version: `python --version` Python 3.7.9
   - node.js version: `node -v` NA. docker images does not have node
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x]  I did not upgrade to latest release but I searched latest release notes and there isn't anything related to slowness
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] aseembansal-gogo commented on issue #15854: [Roles Page] page load is very slow

Posted by GitBox <gi...@apache.org>.
aseembansal-gogo commented on issue #15854:
URL: https://github.com/apache/superset/issues/15854#issuecomment-886652098


   The UI works. It is just slow. The DB is not slow as I am able to query the same tables (`ab_role` etc.) very fast via sql lab. There must be something in the code itself which is causing this slowness when the page is being loaded.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org