• 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle
  • Is it me or is the 80% figure just insane?

    Not really, you’d be surprised how often systems are bloated all because of a single option, character, etc. Most developers don’t start optimizing until much later in the software’s lifecycle. Often enough, it is easily overlooked. That’s why code reviews are needed often with fresh pair of eyes.

    Just to set the expectations, reducing database size or CPU usage does not necessarily mean it is faster but it does mean there’s more free capacity on the servers to handle more users at the same performance.

    More importantly; they may help reduce costs on the smaller indie instances that doesn’t need to buy larger server instances.

    Hopefully, we’ll continue to see more of these optimizations.