U
U
Username2020-11-10 19:25:51
Nginx
Username, 2020-11-10 19:25:51

Why docker application drops optimization?

Hello!

There is a frontend application that contains static html, css, js files + images. The application is packaged in a docker, a node is spinning in the docker that collects statics, and nginx that returns the statics.

After uploading to the server, measurements were made and it turned out that our application holds 2700 requests per second, if you get the application from the docker and give the statics directly to the server, then the results grow to 11000+ requests per second.

What's the matter? It was the same with the backend application, in docker 60 RPS without docker 650RPS

Who optimizes docker applications?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Mirilaczvili, 2020-11-10
@2ord

Try storing the static outside of the container first.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question