I pulled the new docker image (sha256:e0468913bedc8d7d32a5a9f0c521404566c32e953178519e443e39019a2505ef) and ran
"MATCH (p:Person)-[:WORKS_FOR]->(c:Company) "
"RETURN c.name as company, count(p) as employees ORDER BY employees DESC",
which takes forever. It used to be fast.