Is there any possibility in reducing the time for querying?

Sharing the PROFILE for the query I have developed for finding routes between port stations using QPP.
Please help me to reduce down the time to generate the output.
I have tried indexing for the node properties using in query. But not seeing it utilized in the query.


I have 6000 nodes and 20000 relationship in total and it taking around 20 minutes for querying multiple source and destinations.
Thanks!!

@plutohunter701

a. what version of Neo4j?

b. can you share the cypher which generated the plan?

c. what indexes are in place? Can you run show indexes and return the output?