cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel Load of Web Template

sap_cohort
Active Contributor
0 Kudos

When loading a web template the queries/dataproviders are all run in serial. Is there any way to make the queries on a web template run in parallel similar to how a page with IViews would execute? I tried multiple "Web Template" web items, but the behavior is still serial.

Any thoughts comments or ideas greatly appreciated.

I am also thinking it may not be a good idea to do this if many users would be hitting the page with 4 queries and each query spawns a parallel query execution. just an additional thought.

Message was edited by: Kenneth Murray

Accepted Solutions (0)

Answers (4)

Answers (4)

sap_cohort
Active Contributor
0 Kudos

Closing Question

Assigning Points

Former Member
0 Kudos

You can have a main template and iFrames in there which will reference the main query template. So when the main template is run it will try to run all the iFrame templates at the same time. One issue with this approach is if you have web items in your templates which talk o each other i.e if you filter in the first query and the same filter is to be applied to the second one this approach will not work.

Thanks.

Former Member
0 Kudos

Hi Kennath,

This might be a simple idea.

Divide your page layout with different frames and load each frame with different web templates.

Regards,

Mathivanan.R

Former Member
0 Kudos

hi kenneth, try using web item table twice ...(say if u need to run 2 queries ) in parallel