Files served from data2 will randomly be very long to load
When loading a file from data2 (js, static image, css, really any file...), we have good performance most of the time, but seem to randomly take really long to load.
Which files are fast or long to load changes with every retry. Even getting a single file at a time can be sometimes fast and sometimes very long (so it is not a server overloading problem with concurrent requests).
This does not happen with data.esrf.fr where slow-loading and fast-loading files are consistent from one request to the other.
Some examples:
28kb css takes 1.5 sec and 70kb image 10s.
Same request:
main bundle takes 3s (100ms just before) and 150kb image takes 11s (600ms before).
Single file request:
Edited by Mael Gaonach