SyamprasadNakka opened a new issue #8938: Superset Dashboard Loading Slow when Enable HTTPS URL: https://github.com/apache/incubator-superset/issues/8938 Hello Team, We have enabled HTTPS by running superset with GUNICORN server and observed the dashboard page is loading slow. It's taking around 10-15 Sec delay and loading the page. We didn't face this slowness issue when running the server with HTTP. ###Command used to run: gunicorn -w 10 --certfile /home/superset/ssl/companyname.crt --keyfile /home/superset/ssl/companyname.key -b 0.0.0.0:1574 --limit-request-line 0 --limit-request-field_size 0 superset:app ### Expected results Dashboard page should load without any delay ### Actual results Dashboard page is loading with 10-15 sec delay when enable https #### Screenshots If applicable, add screenshots to help explain your problem. #### How to reproduce the bug 1. Run superset with gunicorn server by using HTTPS 2. Click on any Dashboard from dashboard menu 3. Observe the page loading time 4. See the time lag. ### Environment - superset version: `unofficial-superset==0.33.10402` - python version: `python 3.7` ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [*] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [*] I have reproduced the issue with at least the latest released version of superset. - [*] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
