[orkut-developer] Re: how can i test Preload?

2008-05-22 Thread RAJA SEKHAR
*Hi Arne and Jason ,* ** *Why Preload is not working if i use the POST method for my servlets .* *Is this works only for GET method.* *Thanks * *Rajasekhar V * On Thu, May 22, 2008 at 12:44 PM, RAJA SEKHAR [EMAIL PROTECTED] wrote: Thanks Jason and Arne , yes this is really fast but thing here

[orkut-developer] Re: how can i test Preload?

2008-05-20 Thread Arne Roomann-Kurrik
Additionally, you'll see the preload content included in the source of your gadget's iframe. If you view the iframe source, you'l see something like: gadgets.io.preloaded_ = {http://www.example.com:{body:...,rc:200}}; Where ... is replaced by the content of your server's response. If you see

[orkut-developer] Re: how can i test Preload?

2008-05-19 Thread Jason
Hi Rajasekhar. The most straightforward way to determine the time savings that Preload tags offer is by firing a request without a Preload tag, then firing the request after adding the tag. Firebug and similar tools can measure the duration of time between request and response and you can