Actions
Refactor #27274
closedSpeed up apipie cache check
Description
currently, the apipie initializer checks the mtime of every api endpoint to check if they are newer than the apipie cache and print a message.
This can be optimized to stop the check once any endpoint is newer.
Actions