mistercrunch commented on issue #30183:
URL: https://github.com/apache/superset/issues/30183#issuecomment-2887280022

   Good input, I think there's some funk/layers/complicity around how we serve 
the static assets, and we could really use a deep dive to improve all that.
   
   Unpacking some of the complexity requirements:
   - need to enable for people to use/configure a CDN
   - frontend and backend need to be aware of that configuration
   - manifest-related stuff, and dealing with outdated frontend single-page-app 
manifest living in browsers. Here when a previous version of the frontend is 
trying to hot-load an asset in the previous manifest, it might be gone... We 
might need some smarts here around checking whether the SPA version is off and 
force users to reload the SPA when new versions are pushed. We may also have 
some logic around that already (?)
   - timing issues? maybe the page is trying to load before the assets are 
ready (?)


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

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to