Hi,
In my web app i call several services, so i can display a lot of data in the page. However, the slowest service takes the max of 3 seconds to run, and the page takes a lot more time to load. Seems like it does the calls 1 by 1, showing the results when all are called. This is hapening when it opens the page at start, the services have auto-refresh as true.
I want to know if theres any option that forces the services to run async from 1st load, because when i use async command interval it all seems to work fine.
Shouldn’t i use auto refresh?
Thanks
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS