Hi all,

I'm currently working on an application that has to display quite a
lot of data in the usual iUI scroll-fashion. Problem is that my server
is getting bombed with many repetitive requests that aren't really
needed because the data doesn't change that often. So I have basically
two problems:

 - When loading the data everytime I change panel the server is slow
and the user gets annoyed by the slow responsetime.
 - When loading everthing at the first request (no further XHRs) the
user gets annoyed right away and I load very much stuff I don't
actually need.

So here's what I want: basically some way of intercepting the load
request, if the page already exists then it is shown instead of a new
XHR being fired, otherwise an XHR is fired and the new page will then
be cached for future reference.
It would also be nice to be able to fetch pages in the background and
inserting them into iUI (in background), much like a refresh.
Any ideas?

Regards,
Christian Decker
--
http://snyke.net/blog/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" 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/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to