Hello, thanks for testing this. FASTV1 is still fast. The difference is:
- FAST - fast mode plus the new optimizations
- FASTV1 - fast without the new optimizations = same speed as in V9.2.9
FASTV1 is only intended as a rollback solution if there are any website compatibility issues with the new, faster FAST. In such a case use FASTV1. It gives you the same speed and behavior as with V9.2.9. If you encounter such problems, please report them here in forum so that we can solve them. At some point in future, the FASTV1 option will be deprecated.
Performance example: The below test macro takes ~7 seconds with FAST, and ~21 seconds with FASTV1. So it is 3 times faster with the new changes enabled:
{
"Name": "DemoSpeed1",
"CreationDate": "2024-9-25",
"Commands": [
{
"Command": "store",
"Target": "fast",
"Value": "!replayspeed",
"Description": "Use FAST or FASTV1"
},
{
"Command": "open",
"Target": "https://ui.vision/demo/executescript",
"Value": "",
"Description": ""
},
{
"Command": "times",
"Target": "20",
"Value": "",
"Description": ""
},
{
"Command": "type",
"Target": "id=sometext",
"Value": "Speed Test Loop=${!times}",
"Description": ""
},
{
"Command": "click",
"Target": "//*[@id=\"content\"]/div[2]/div/h2[3]",
"Value": "",
"Description": "Just a click inside an input box"
},
{
"Command": "end",
"Target": "",
"Value": "",
"Description": ""
},
{
"Command": "type",
"Target": "id=sometext",
"Value": "Runtime = ${!runtime}",
"Description": ""
}
]
}