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 have a dashboard with 6 panels run off a calendar control. When I change dates the 6 panels coming back inside 3 seconds.
When I first go into the dashboard it takes over 20 seconds. If I go in, leave and back it takes 5 seconds as long as I am in the same browser session.
Does anyone have any ideas at areas I can look at to speed the initial load of the dashboard?
FernandoThis message has been edited. Last edited by: Fernando,
I have previously resolved the problem of dashboards running slowly by using Report Caster to run nightly jobs and create hold files. We created fexes for graphs and charts to run against the hold files and performance was much improved. Good dashboard design should dictate that the data would load as quickly as the browser. Sorry that these details are not more more specific but, I no longer have access to the actual fexes.
Fernando, is it possible there's something loading into BI Dashboard when you start the browser session, some Java stuff or an XML file for the calendar? Subsequent dashboard activity uses the browser cache - just an idea...
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
That is possible. If it is the case, how can I speed that up? I tried to load the dashboard off a hidden iframe on the home page, but does not help. Perhaps it something to do with the iframe belonging to a seperate session.
The improved performance is due to the hold file being located internally (not crossing domains). Are you having to validate when you open up a new session with you dashboard? Is there security attached to the database you are querying your dashboard from?
The database does have security, so maybe some caching happening there. The dashboard also has security thru active diirectory and IIS and tomcat via the documentation on trusted authenticating. Maybe some caching there.
I've asked one our network guys to help me with some tracing on that end.