Well, I think I have some test case :)

Based on my assumptions, I thought that the issue is somewhat related to
"big files + cache", so I made some javascript junk to see what happens with
just big files.
I generated a simple script, pushing into an array "a" 500 arrays of 100
elements each. The pushed arrays are disjoint sets, aiming to reduce the
gzip compression rate.

Testing with this file, I found that this errors appears after some
consecutive reloads:

   1. In the first load, every item gets 200 OK status and works OK
   2. In the second reload, you get 304 Not Modified, and it still works OK
   3. In the third reload, the net panel doesn't show anything (0 requests |
   0 B from cache | 0ms ) and the error appears
   4. The cycle repeats

I've uploaded this test case into my personal site, because I don't know if
it's useful or not :( This are the files:

   - http://malditocrc.com.ar/peregrino/lab/testJS/big_file_included.html
   in this case, the javascript is inside a script tag in the head

   - http://malditocrc.com.ar/peregrino/lab/testJS/big_file_extern.html
   in this case, the javascript is included from an external file

Hope this helps,

Peregrino

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to