API speed decreased after Adobe Premiere Pro CC 2022(22.2) update.
After Adobe Premiere Pro CC 2022 (22.2) update, Adobe Premiere Pro's API speed has decreased by 2-3x or more.
For example, CC2022 (22.1.2) and CC2022 (22.2) have a big difference in the speed of generating keyframes via addKey.
example)
Script to create 30 keyframes and set new values
addKey(time)
setValueAtKey(Time, Value, UI Update)
The result below is a comparison of 30 attempts to create a keyframe using addKey for a specific property through a for statement and 30 attempts to change the value through setValueAtKey.
CC2022 (22.1.2): Takes 1 second.
CC2022 (22.2) : Takes more than 3-4 seconds.
Some API related slowdowns after update.
Do you have any solution for this?
I would like to resolve this.
