The MediaWiki-extensions-UrlShortener extension has an API named ApiShortenUrl which is currently marked as not performing writes. This means that there are lots of TransactionProfiler warnings present (one for each API call).
Marking the API as performing writes just needs defining ::doesWrites as true.
Acceptance criteria
- ApiShortenUrl no longer raises TransactionProfiler warnings when called