Squidex performance is mainly driven by external services like MongoDB. To improve scalability it is important to keep CPU work low. Therefore a small microservice has been introduced to outsource image resizing. — Like most webservices Squidex is mainly driven by IO. This means that most of the time, when a request is handled, Squidex waits for the database or the client to accept the response. …