I am trying to understand a performance issue we get from gadgets. And
when we first used Gadgets we didn't have these issues...

The lead gadget developer working on this says that he can retrieve
data 'fairly' quickly from our servers (it's not under 1 second but
it's less than 5 seconds) but that "appending" the inside the Gagdet
takes forver (20-30 seconds) using this function:

 _IG_FetchContent(url, func,  { refreshInterval: 1 });
                  function func(obj){
                    $('.Container').append(obj);
 }

 He's built a test gadget with alerts that returns the timings spent
for various actions on gadget:

Test gadet can be found here:
  http://gadget-api.weebly.com/
(you have to wait for about 30-40 seconds and you'll get the alert
that will return the loading times)

-- 
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" 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/Google-Gadgets-API?hl=en.

Reply via email to