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 2019/04/26 08:31:17 UTC

[GitHub] [incubator-superset] MakremHammali opened a new issue #7387: how to load dashboard faster

MakremHammali opened a new issue #7387: how to load dashboard faster 
URL: https://github.com/apache/incubator-superset/issues/7387
 
 
   i added the cache configuration with redis 
   `CACHE_CONFIG = {
   # Specify the cache type
   'CACHE_TYPE': 'redis',
   'CACHE_REDIS_URL': 'redis://localhost:6379/0',
   # The key prefix for the cache values stored on the server
   'CACHE_KEY_PREFIX': 'superset_results'
   }`
   but the dashboard loading is not evolve a lot
   is there any solution for that ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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