Release 2.2.0 #1072
                  
                    
                      kmcginnes
                    
                  
                
                  announced in
                Announcements
              
            
            
              Release 2.2.0
            
            #1072
          
          
        Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
This release brings significant performance improvements for the query editor, restoring graph session, and other operations that typically need to query for details about many nodes & edges all at once.
In prior releases, this would manifest in multiple queries per node or edge, which could bog down the browser and overload the servers. With this release, similar types of requests are now batched together to reduce the number of requests down to around 3 requests in typical situations. This leads to better utilization of network bandwidth, reduces the load on both browser and server, and results in a more responsive UI.
Major changes
Other changes
This discussion was created from the release Release 2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions