graceguo-supercat commented on issue #5895: Superset external reference iframe 
tag too slow to load graphics?
URL: 
https://github.com/apache/incubator-superset/issues/5895#issuecomment-422667779
 
 
   Unfortunately what you have seen, 9 iframes fetched same js packages 9 
times, is the right behavior. For browser each iframe runs independently, they 
don't share content and resources. But if you allow browser cache, i guess 
browser can read from disk cache for 8 duplicated requests (so it saved 
roundtrip to server-side).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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