Description
Hey Legends
I noticed that when sending a key to an app that has a LARGE amounts of data, it becomes oddly time consuming. Big data pages not small ones, like if you were to somehow rip the html version of the page, it would contain somewhere around a millions characters. Unfortunately I can not share application details as it is a proprietary app, but I can tell you the time it took for a successful key press.
Keys used where CTRL+F and CTRL+H
Large Page:
1st: 74316ms - 1.2386 mins
2nd: 82301ms - 1.37168333 mins
3rd: 81167ms - 1.35278333 mins
Small Page:
1st: 508ms - 0.00846667 mins
2nd: 694ms - 0.0115667 mins
3rd: 699ms - 0.01165 mins
I understand it is big data, but if you wanted to do a shortcut like copy text or navigation via a hotkey. I would think it should be find, since it isn't doing anything on to that data.
Any clarification/ advice would be greatly appreciated!