• 0 Posts
  • 3 Comments
Joined 11 months ago
cake
Cake day: October 28th, 2023

help-circle


  • maxip89@alien.topBtoStartupsServer Set up
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    5 seconds?

    For me it looks like that you query to your database each item (Ping pong between application server and database server, the latency between them sums up by the number of items in the database). Some junior developers use ORM layers still they find out they have such a problem. Just search n+1 problem, maybe you can fix it.

    this is not infrastructure related (or you use that much less memory and force your system to swap).

    hope this helps.