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.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
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: 2409 | 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.