Re: How to speed up a page that uses data from a slow webservice

2009-07-14 Thread Igor Vaynberg
in onbeforerender of the page you can execute the 7 calls you will need in parallel and cache the data in fields. if you want your page to feel more resposive you can present the user with a busy indicator and using ajax feed back status messages or a progressbar, once you have the data redirect

Re: How to speed up a page that uses data from a slow webservice

2009-07-14 Thread Alex Objelean
What about using AjaxLazyLoadPanel? Another solution could be: when page is loaded, call from javascript a callback which will initiate an ajax call responsible for updating each component. I did something similar, but using other technologies (struts + dwr)... I think there could be similar

How to speed up a page that uses data from a slow webservice

2009-07-13 Thread Martin Tilma
Hi all, I have a page and it's a bit slow and I want to speed it up, but don't know a proper solution. The case: I have a page that contains 5 components showing different data retrieved from a webservice. Each webservice call takes about 1 second. Besides that I have 2 buttons who's