>> Setting the "Combine common files" to 0 solved it.... but why?
because the combiner appends all the JS files together, and then runs the combined file through jsmin.exe to "minify it". the bug is actually in jsmin - which has been fixe din a later version of jsmin.
Djordje,
>> The problem occurs when Netalk has to load several small files on one page. No mater .JS or .CSS or .PNG. I've experienced it when I was loading several .JSON files in a sequence. Files does not need to be big to cause problem.
It is the only major weakness of NetTalk server I found till now. It could be avoided but still it need to be fixed.
The issue you are referring to is unrelated to the issue in this thread. Indeed your issue is the complete opposite in that it occurs only if keep-alive is on, but the files are not combined. the issue in this thread is limited to combined files (which is why I did not duplicate it at first.)
Urayoan's error;
>> In the ../ remove the dots and just leave / (look at the green line). Run the gzip again and try check if it fixed.
is also unrelated - and has to do with the location of images relative to the location of the css file. Setting the name starting with / makes it web folder relative. Starting it with ../ makes it relative to the CSS folder.
Cheers
Bruce