I made some report templates by Designer and render them by report&viewer.js.The templates may contain around dozens of pictures.In some of them,It works well,however,some of them render very slow.
I compared them carefully and found there exists different fuction call stack.I can't understand.
For the normal template,the function call as below.




I think these can indicate the correct render process.In the image tab of chrome inspect,the "convertAllImages" function call stack only called once or times equal to the number of pictures of first page.
And abnormal template shown as below.



I wonder how the reason can cause the difference.
My sincerely.
Thank you.