Content downloading(CSS, JS etc) taking too much time which making loading too slow

1k views Asked by At

I am working on a spring framework project optimization. Its taking 2 minutes+ to load. When I checked in Network console, it was js, css content download which were the main reason. 200KB file taking 2 minutes to be downloaded. Every 1KB taking 2-8 Seconds to be downloaded(other files).

Generated .war file relocating those css, js files in webroot but nothing improved.Where should I investigate to find the delay in content download? Could modifying .jsp files directly in .war file be helpful? It's not in localhost, I am deploying it in User Acceptance Testing server(UAT).

Tech Stack : Spring framework, Angular, GWT.

0

There are 0 answers