Right now the entire JSON blob in Neo4J is sent back for each search result. This means 10-20MB of data for each search, causing a MAJOR slowdown on displaying results.
Instead, the server should map data by endpoint, and only send back relevant pieces. For this issue, search results should only get data directly related to ranking and bullet graphs.
Right now the entire JSON blob in Neo4J is sent back for each search result. This means 10-20MB of data for each search, causing a MAJOR slowdown on displaying results.
Instead, the server should map data by endpoint, and only send back relevant pieces. For this issue, search results should only get data directly related to ranking and bullet graphs.