As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
I created several graphs and then create a "page" in webFOCUS and insert those graphs into this one "page".
During running time, it try load all graphs at same time and I think that is where bottleneck is. is there a way to load those graph like queue?This message has been edited. Last edited by: nox,
Can those graphs been created over night, saved on disk and then accessed to be loaded on your page or those graph will be generated on the fly at run time by the user based on selections ?
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2410 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
Those graphs are created individually(via IA or .fex file) and then put those graphs into a "Page" and set some of default value due to filters(eg. filter for date, default as today's date) and those graphs will be changed once user select different date in the filter.
Hi Waz,
if your "processing" mean by compute, define, filter or etc. then yes there are several those "processing" in each graph(different graph have different amount) do you need exact number of processing? On one page will have 8~10 graphs.
and what actually happen is those individual graph is running fine and after insert into a "page" is running the result, BUT it take long to load all those graphs to show in one page.(like 1 and half minute, even more sometime) Each graph take 5sec to show, but when put multiple graphs into single page, it take much longer to load. So we guess it's performance issue, so wandering if there is a way to load those graph quicker? like loading those graph in queue?
in The admin console you can trace your session. Activate it and then load the page. In the trace you'll see the performance bottlenecks on the server side. This is also partly caused by your browser, each graph needs a separate call to WebFOCUS, a browser has maximimum of ~ 6 concurrent sessions (depending on browser). Checkout with developer tools in your browser to see if there are long running requests.
I think you are right about the "browser session" is one of issue. As I try use Firefox or Chrome(session=6), it took average of 90sec to load all graphs, while using IE 11(Session=13) and it took around 55sec. to load all graphs. so I guess browser did play a big role here.
I'll have another performance issue about active report(FORMAT AHTML) , but I'll open another discussion.