I am struggling with saved interactive html. The problem is that opening file is extremely slow. Could someone tell me the reason why, or how can fix it?
In .zip attached file ( interactive.html) an example of this: it takes about 4 seconds to open (tried Firefox 94.0.1 and chrome) but there is only one chart and the file size is just 1MB (underlying table is 150rows x 19 columns).
My initial report was: 48 charts (5700 rows) and to open it I needed minutes... So, after seeing some comments in the community, I decided to reduce the file contents to a lower number of charts, but just with only one chart the opening performance in not acceptable.
Let me add some more info:
1) charts are created using Control Chart Builder platform (by scripting)
2) JMP version is 15.1
3) I tried to build the same report using JMP16 without improvement
4) I'm using older reports built with JMP13 to save many interactive Html that do not have opening performance issue (for example a file of about 2MB with 8 Control charts (older Individual measurement), 2 OneWay Anova, 8 Distribution With Capability analysis takes less than 1 second to open)
My final question is: has anything changed in html5 generation or is the reason JMP platform related?