Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do applets and the browser share a cache?

I have a third party applet that makes use a csv file, let's call it file.csv, and makes use of all of the columns. I also have a third party swf object that makes use of file.csv but only makes use of 20% of the columns. The initial decision was to use the same file for both because it would result in easier maintenance.

My question is, does file.csv get downloaded by the browser once and get shared by both the applet and the swf OR are both the applet and the swf downloading their own copy of file.csv?

This is important because file.csv is a large file and if the user has to download it twice, there would be a bandwidth savings in maintaining two versions.

Using Firebug, the CSV is only listed once. However, when I remove the swf, the applet still fetches file.csv but it is not listed in Firebug.

like image 627
LostHisMind Avatar asked Feb 05 '26 22:02

LostHisMind


1 Answers

Answering my own question, but further investigation revealed that the applet and the browser were both downloading the file independently.

like image 142
LostHisMind Avatar answered Feb 09 '26 02:02

LostHisMind



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!