Damus
TheGrinder · 3w
I'm against SQLing nostr but we could start a websockets war to increase the size 😉
PayPerQ profile picture
Expand on this thought a bit. It seems like what you are saying is that the trick to speeding up the page load time is for the client to put everything in a SQL database and then just dynamically keep changing it, right?

What are the arguments for and against this?

What about the web sockets idea you're talking about? That would also speed things up? So I imagine it would not speed up the initial page load, right? It would only speed up the capture of new replies and posts, right?
1
TheGrinder · 3w
A client using SQL is just caching data locally to make its own experience faster. That doesn’t help anyone else. Other clients aren’t reading from that database. They still go straight to relays to fetch data. So SQL doesn’t speed up the network or Nostr itself, it just means that one client ...