Can i run the script more faster than as usual

i have a script, it took me 8-10 sec to finish, i use xclick function with taking screenshot for target path using select button, what i want is to make the process even faster say 4-5 sec to complete, is there any way to achieve it?

Yes you can use NODISPLAY in !REPLAYSPEED to have the maxmium speed but hide the command list and macro code during the running.

I use NODISPLAY in !REPLAYSPEED when i scrape datas from web.

thanks for your time mate, can you rephrase it acc to my code, i use desktop automation… attached screenshots

{
  "Command": "store",
  "Target": "NODISPLAY",
  "Value": "!REPLAYSPEED",
  "Description": ""
},