High CEP panel loading time in Adobe Photoshop
I am using a CEP HTML extension in Photoshop 2018 that is in javascript and can be loaded into Photoshop via Windows->Extensions. What we are observing is that on Windows it takes around 25 seconds for the panel to load. Now, the point at which the code of the panel logs the first log statement to the whole loading of our code takes 3-4 seconds. So, it seems like a UI rendering issue. Not sure, why this is happening. What is the way to debug this using Windows Performance Analyzer.
I am using a CEP HTML extension in Photoshop 2018 that is in javascript and can be loaded into Photoshop via Windows->Extensions. What we are observing is that on Windows it takes around 25 seconds for the panel to load. Now, the point at which the code of the panel logs the first log statement to the whole loading of our code takes 3-4 seconds. So, it seems like a UI rendering issue. Not sure, why this is happening. What is the way to debug this using Windows Performance Analyzer.