First php neo4j query times out after 60 seconds, all queries work fine after

I am hoping for some clues on how to debug this. I think it is related to caching, perhaps I can turn caching off ?

Hey Dave,

How are you connecting to Neo4j? Do you have some code you can share with us? Is there something specific leading you to think it's caching (normally caching makes things faster after the first time).h

Thank you. Here are the clues.

  1. More specifically if unlink (‘/tmp/php-bolt-filecache/analytics’);
    all is well thereafter.

not much to go on. Based on what you posted, you might want to try reaching out to the author of that PHP driver - it appears you are using GitHub - stefanak-michal/php-bolt-driver: PHP library to provide connectivity to graph database over TCP socket with Bolt specification · GitHub