Forum Discussion
namgaw
Mar 10, 2025Copper Contributor
Excel Office Script "Performance API"?
I was working on an Office Script and trying to improve the performance. I typed "Performance" into the code editor, and I was suprised to see the Intellisene kick in. My question is how to find and ...
- Mar 10, 2025
Have no idea why, but I can't answer by text, content is not permitted. Here is the short
SergeiBaklan
Mar 10, 2025MVP
Have no idea why, but I can't answer by text, content is not permitted. Here is the short
- namgawMar 10, 2025Copper Contributor
Interesting...but I'd also love to get feedback on effective methods to measure performance, especially to help identify bottlenecks.
- SergeiBaklanMar 11, 2025MVP
Sorry, I'm not so familiar with TypeScript. Just a guess, with timing interface (ok, Performance) you may mark start and end of some blocks and check what is the timing for each block.