• @deleted
    link
    English
    11 year ago

    I have like 15 alarms total and once apple introduced Shortcuts, I created one to turn all of them off by iterating and turn them off one by one.

    It use to take a split of a second, however after each iOS update, it’ll get slower and slower.

    Now it’ll take like 5-7 seconds to execute and the iPhone screen must be on for the whole 5-7 seconds otherwise it’ll abort.

    Many people are facing this issue as well: https://www.reddit.com/r/shortcuts/comments/t1pmwf/my_shortcuts_are_painfully_slow_im_still_using_an/

    • @[email protected]OP
      link
      fedilink
      English
      11 year ago

      If you want to share that shortcut I’ll try it out (12 pro & iOS 17) and let you know how long it took

        • @[email protected]OP
          link
          fedilink
          English
          11 year ago

          It takes a split second for me: video. Not sure if you’re aware, but you can also do it via Siri without the shortcut. Running the shortcut via Siri is also quite fast (a bit slower than running it directly, but definitely not more than a second).

          • @deleted
            link
            English
            01 year ago

            Wow. I just checked mine, it turned out I have 54 alarms. As a programmer, I think still for modern CPUs 1k should take no time.

            I noticed it run faster from Shortcuts app like 3-4 seconds.

            I thought the issue is related to repeat clause but when I created a counter to 100 it did finish in a second so it seems not be the case.

            I’m certain that shortcuts use to work faster at some point. It could be Apple introduced speed throttle or new functions caused overhead performance impact.