I don’t know if any of my readers would be able to help me, or point me in the direction of help. I have a rather large (120kb) js file for a webpage sidebar menu that takes a long time to load (15 sec), but it’s not an issue of download speed. I don’t know if it’s a bug in the file or something inherent to large js files and browsers. Alternately (or in addition) I could set it so that the the js file is loaded in the browser’s cache and doesn’t reload every time, but I don’t know how to do that. If anyone is knowledgeable about these things and can help or suggest a person who could, I’d appreciate it.
UPDATE (7/20): David Larsen has figured it out. There doesn’t seem to be an easy solution, but at least I know the cause of the problem. Thanks David!