I have found out that for the default directory at
the timeout of one second is simply to short. I have raised it's minimum value now to 3 seconds.
Plus I replaced
'\Friendica\Some\Foo'
with
\Friendica\Some\Foo::class
so your used IDE/PHP editor can find it easier + it must really be there.
Pull-request is out:
https://github.com/friendica/friendica-directory/pull/71
Server::computeHealthScore()
invocation,VERSION
is being fetched from github which might slow-down the whole process?Cannot we store that into the
Server
class?