gooberking: I've boxed what I would want to see right now if I were in your shoes. I'm currently using Firebug, which is why it looks different. lots of 304's are good. All 200's would be bad
Trekker26: Here is the result from an approximately 15 second wait for one of GOG's pages to load. The attached images show 200 OK. I checked all the files (might_and_magic_9, website,false,?=1401924504471, etc) and all of them say 200 OK.
I can try Firebug if you want me to. But I'm not very familiar with it.
FYI The main page will always come back 200, and that is correct.
What we want to see 304's on are the images (and css, js files). If I'm understanding you correctly, you did check a bunch of the images files below, and they did come back as 200's correct?
If that is correct then the problem you are having is FF is not caching the images like it should be, and ends up redownloading everything every time you visit. Which is a lot of stuff, and would explain why it is taking so long. How you fix it is another issue.
Since you mentioned being the the about.config, check these items. I grabbed them from a old source, but I assume nothing would have changed for the entries
In your about:config (just type this in your address bar to access hidden settings) browser.cache.memory.enable = true and browser.cache.disk.enable = true