I've been going through the jobs that runs in the gated extensions job for core to check if there's any small performance wins that can be done. In PageTriage I think there's two things:
- We use browser.reloadSession but I don't think we actually needed it. It's recommended by the wdio to only use it if it's really needed since it slow.
- We use the RunJobs but I'm not sure we actually need it. Lets create a patch, see if it works without it and ask the team if they see if it needs to be used
Acceptance Criteria:
- Remove browser.reloadSession and run jobs from PageTriage and see if its speed up the jobs (and still work)