• eksb@programming.dev
    link
    fedilink
    English
    arrow-up
    43
    ·
    4 days ago

    No, I believe it this way. It used to be one service that had access to everything it needs. Now it is microservices, so each microservice is caching a bunch of stuff, but of course all the wrong stuff, so every request requires at least one network call downstream. Thus more memory usage and slower.