Not sure why this is happening or when it started, but on 4/13/2022, I noticed executions from the editor on Google Apps Script is really slow. It takes over 1 minute to do anything.
function test_hello(){ console.log("hello")}This is the function that was ran.
It seems some of my scripts take forever, some still work. If I paste this code into another script it takes 1 second, sometimes 20 seconds.
Any ideas on why this is happening?









