views:

89

answers:

1

Is there a plugin or method for performing selective caching in firefox? I can disable caching entirely, but I'd like to be able to still cache some large javascript libraries (extjs) which take several seconds to load.

A: 

If you are doing this in development locally, you could load the js files locally instead of over the network.

Mike Buckbee