Create a local database graph

Hi, I am currently using neo4j 4.1.1 and I have some performance questions.

Are the any differencies in performance if I use http://localhost:7474/browser/ directly to see my graphs instead of neo4j desktop version ?

I am wondering if when I use this localhost I am losing in performance in comparison with a local created database and imported with the desktop version.

Thanks,
Gabriel

No, there shouldn't be any difference. The Neo4j Desktop version runs in Chromium but you're using exactly the same code and drivers when you go through http://localhost:7474/browser

Nice, do you know if I can get those nice plugins available on the desktop version on this localhost version? I saw something like a bloom for better and others that seems pretty cool.