Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories User Experience
Created by Guest
Created on Sep 30, 2022

Provide actionable and detailed descriptions of _Configuring Document_ background process

Scenario

Observing the log for certain processes, it seems that procedures labeled as Configuring document tend to create runtime bottlenecks.


Example

In Step #2 below, only 2 seconds elapsed between Executing function and Creating output data... procedure, followed by 4 seconds of Configuring document.


Execution steps

```

\! filetype=Spotfire.DataFormat.Text; version=2.0;

\! property=Name; category=Column; type=String;

\! property=DataType; category=Column; type=String;

Time;Progress;Task;Total time;

DateTime;String;String;TimeSpan;


Step 1

2022-08-29 15:10:31.005;;Save Bookmark;\?;

2022-08-29 15:10:31.66;;Exporting rows...;\?;


Step 2

2022-08-29 15:10:31.684;;Save Master Data;\?;

2022-08-29 15:10:31.685;;Configuring document;\?;

2022-08-29 15:10:31.69;;Calculating context...;\?;

2022-08-29 15:10:31.708;;Retrieving arguments...;\?;

2022-08-29 15:10:31.82;;Executing function...;\?;

2022-08-29 15:10:31.82;;Determining whether a script is trusted by the current user.;\?;

2022-08-29 15:10:31.82;;Uploading data to TIBCO Spotfire Statistics Services.;\?;

2022-08-29 15:10:33.849;;Creating output data...;\?;

2022-08-29 15:10:33.85;;Reading SBDF data...;\?;

2022-08-29 15:10:33.973;;Configuring document;\?;

2022-08-29 15:10:34.016;;Configuring document;\?;

2022-08-29 15:10:35.088;;Configuring document;\?;

2022-08-29 15:10:36.108;;Configuring document;\?;

2022-08-29 15:10:37.014;;Configuring document;\?;


Justification

Understanding what processes - e.g., Filtering, Data Column Relation, Visualization rendering - Configuring document procedure relates to allow users to identify potential runtime improvements.


  • Attach files