There''s been a bit of talk about this in the forum but I''ve never heard any conclusive answers!! I keep hoping each thread will get enough attention that it can be put to rest. A bit of stuff I''ve noticed: - Not every version of IE has the problem. - It may only occur when using webrick.. I''ve noticed that fastcgi under apache made the problem go away.. but it''s not a scientific test because I made a bunch of changes (from development to production mode, etc) at the same time and at the end I noticed IE was okay. On Thursday 19 May 2005 20:53, Joe Van Dyk wrote:> Hi, > > I created some ajax-enabled links (using webrick as a server) that > remove an image, or toggles something. > > It works fine in Firefox, but in IE, the browser freezes up sometimes, > or takes a long time for the action to complete. > > Any ideas? > > Thanks, > Joe > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Hi, I created some ajax-enabled links (using webrick as a server) that remove an image, or toggles something. It works fine in Firefox, but in IE, the browser freezes up sometimes, or takes a long time for the action to complete. Any ideas? Thanks, Joe
It might be worth using a web proxy to see the traffic going to and from IE - it would be interesting to see if IE is taking a while to process the XML, or if the XML is just taking a while to arrive (or even if the oubound request takes longer). sam On 5/19/05, Luke Galea <lgalea-vvW6YJTQFGvMohDmgNdYFA@public.gmane.org> wrote:> There''s been a bit of talk about this in the forum but I''ve never heard any > conclusive answers!! I keep hoping each thread will get enough attention that > it can be put to rest. > > A bit of stuff I''ve noticed: > - Not every version of IE has the problem. > - It may only occur when using webrick.. I''ve noticed that fastcgi under > apache made the problem go away.. but it''s not a scientific test because I > made a bunch of changes (from development to production mode, etc) at the > same time and at the end I noticed IE was okay. > > On Thursday 19 May 2005 20:53, Joe Van Dyk wrote: > > Hi, > > > > I created some ajax-enabled links (using webrick as a server) that > > remove an image, or toggles something. > > > > It works fine in Firefox, but in IE, the browser freezes up sometimes, > > or takes a long time for the action to complete. > > > > Any ideas? > > > > Thanks, > > Joe > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- sam http://www.magpiebrain.com/
Fiddler is an excellent Web proxy. Just fire it up and it automatically switches IE''s proxy settings. I''ve never seen anything better, for any platform or browser. http://www.fiddlertool.com/fiddler/ On 5/20/05, Sam Newman <sam.newman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> It might be worth using a web proxy to see the traffic going to and > from IE - it would be interesting to see if IE is taking a while to > process the XML, or if the XML is just taking a while to arrive (or > even if the oubound request takes longer). > > sam > > On 5/19/05, Luke Galea <lgalea-vvW6YJTQFGvMohDmgNdYFA@public.gmane.org> wrote: > > There''s been a bit of talk about this in the forum but I''ve never heard any > > conclusive answers!! I keep hoping each thread will get enough attention that > > it can be put to rest. > > > > A bit of stuff I''ve noticed: > > - Not every version of IE has the problem. > > - It may only occur when using webrick.. I''ve noticed that fastcgi under > > apache made the problem go away.. but it''s not a scientific test because I > > made a bunch of changes (from development to production mode, etc) at the > > same time and at the end I noticed IE was okay. > > > > On Thursday 19 May 2005 20:53, Joe Van Dyk wrote: > > > Hi, > > > > > > I created some ajax-enabled links (using webrick as a server) that > > > remove an image, or toggles something. > > > > > > It works fine in Firefox, but in IE, the browser freezes up sometimes, > > > or takes a long time for the action to complete. > > > > > > Any ideas? > > > > > > Thanks, > > > Joe > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > -- > sam > http://www.magpiebrain.com/ > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
jmharvey.9956003-opCBI309nnGakBO8gow8eQ@public.gmane.org
2005-May-22 02:22 UTC
Re: AJAX + IE = slow?
I had this problem with webrick when I ran IE and webrick on the same machine. Interestingly, when I browsed the page with IE from a different machine, the problem went away. --- rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org wrote: There''s been a bit of talk about this in the forum but I''ve never heard any> conclusiveanswers!! I keep hoping each thread will get enough attention that> itcan be put to rest.> > A bit of stuff I''ve noticed: > - Not every versionof IE has the problem.> - It may only occur when using webrick.. I''ve noticedthat fastcgi under> apache made the problem go away.. but it''s not a scientifictest because I> made a bunch of changes (from development to productionmode, etc) at the> same time and at the end I noticed IE was okay. >> On Thursday 19 May 2005 20:53, Joe Van Dyk wrote: > > Hi, > > > > Icreated some ajax-enabled links (using webrick as a server) that> > removean image, or toggles something.> > > > It works fine in Firefox, but inIE, the browser freezes up sometimes,> > or takes a long time for the actionto complete.> > > > Any ideas? > > > > Thanks, > > Joe > > _______________________________________________> > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails> _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails>
If that''s the case, it sounds like the combination of IE & webrick place a high load on your machine, which is mitigated when IE is run on another machine - have you tried looking at the CPU/IO load during Ajax operations? Oh, and thanks for the Fiddler link Steve! sam On 22 May 2005 02:22:43 -0000, jmharvey.9956003-opCBI309nnGakBO8gow8eQ@public.gmane.org <jmharvey.9956003-opCBI309nnGakBO8gow8eQ@public.gmane.org> wrote:> I had this problem with webrick when I ran IE and webrick on the same machine. > Interestingly, when I browsed the page with IE from a different machine, the > problem went away. > > --- rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org wrote: > There''s been > a bit of talk about this in the forum but I''ve never heard any > > conclusive > answers!! I keep hoping each thread will get enough attention that > > it > can be put to rest. > > > > A bit of stuff I''ve noticed: > > - Not every version > of IE has the problem. > > - It may only occur when using webrick.. I''ve noticed > that fastcgi under > > apache made the problem go away.. but it''s not a scientific > test because I > > made a bunch of changes (from development to production > mode, etc) at the > > same time and at the end I noticed IE was okay. > > > > > On Thursday 19 May 2005 20:53, Joe Van Dyk wrote: > > > Hi, > > > > > > I > created some ajax-enabled links (using webrick as a server) that > > > remove > an image, or toggles something. > > > > > > It works fine in Firefox, but in > IE, the browser freezes up sometimes, > > > or takes a long time for the action > to complete. > > > > > > Any ideas? > > > > > > Thanks, > > > Joe > > > _______________________________________________ > > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- sam http://www.magpiebrain.com/
the presence of spyware on the system will have dramatic effect. ie can be a dog anyway. webrick, RoR in different combinations of apache could use performance tuning for windows as well as none of the current solutions are there yet...on the windows platforms. On 5/22/05, Sam Newman <sam.newman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> If that''s the case, it sounds like the combination of IE & webrick > place a high load on your machine, which is mitigated when IE is run > on another machine - have you tried looking at the CPU/IO load during > Ajax operations? > > Oh, and thanks for the Fiddler link Steve! > > sam > > On 22 May 2005 02:22:43 -0000, jmharvey.9956003-opCBI309nnGakBO8gow8eQ@public.gmane.org > <jmharvey.9956003-opCBI309nnGakBO8gow8eQ@public.gmane.org> wrote: > > I had this problem with webrick when I ran IE and webrick on the same machine. > > Interestingly, when I browsed the page with IE from a different machine, the > > problem went away. > > > > --- rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org wrote: > > There''s been > > a bit of talk about this in the forum but I''ve never heard any > > > conclusive > > answers!! I keep hoping each thread will get enough attention that > > > it > > can be put to rest. > > > > > > A bit of stuff I''ve noticed: > > > - Not every version > > of IE has the problem. > > > - It may only occur when using webrick.. I''ve noticed > > that fastcgi under > > > apache made the problem go away.. but it''s not a scientific > > test because I > > > made a bunch of changes (from development to production > > mode, etc) at the > > > same time and at the end I noticed IE was okay. > > > > > > > > On Thursday 19 May 2005 20:53, Joe Van Dyk wrote: > > > > Hi, > > > > > > > > I > > created some ajax-enabled links (using webrick as a server) that > > > > remove > > an image, or toggles something. > > > > > > > > It works fine in Firefox, but in > > IE, the browser freezes up sometimes, > > > > or takes a long time for the action > > to complete. > > > > > > > > Any ideas? > > > > > > > > Thanks, > > > > Joe > > > > _______________________________________________ > > > > > > Rails mailing list > > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > -- > sam > http://www.magpiebrain.com/ > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >