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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to