'Twas brillig, and debussy007 at 12/10/10 19:05 did gyre and gimble: > > Hi, > > I have a very strange error with my ZF application. > > Firefox create two requests when a specific action is being called. > Nor Chrome nor Opera do this. I tested it just by logging the actions > called. > > What a very odd error ... > I also noticed that I have this behaviour when I am fetching cache files, > but anyway .... this is server side, shouldn't make any difference but seems > it does ... > > Anyone can help me debug this error ? I am clueless on this one
We had a similar problem at work. It was somehow related to ZFDebug toolbar that we used. Removing that caused the double request to disappear. Strangely not all of us could reproduce this and it turned out that turning *off* memory caching[1] in Firefox+ZFDebug toolbar was the combination that caused the problem. Turning memory caching back on or removing the ZFDebug bar cause FF to only make one request. Very odd issue. Col 1. browser.cache.memory.enable -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [http://www.pulseaudio.org/] Trac Hacker [http://trac.edgewall.org/]
