Open
Description
We are Neo4j cloud users and are measuring performance using Sentry.
Our backend application simply leverages the neo4j-javascript-driver
to make calls to our Neo4j cloud db.
It takes almost 750ms for the driver to initialise and fulfil the request
I'm looking for ways to improve this, ideally would like to know how long it takes for:
- the driver to be initialised
- the request to Neo4j to fulfil
- the parsing to be complete
Overall, I found the driver to be slow, but I have no proof, I want to measure this.
Can you give us ways to assess the performance of the driver in our application?