How to enable Browser caching in Play Framework 2.5

We have an application running in Play 2.5 with Angular JS. We are facing some performance issues when fetching and rendering data at UI.

Each time the scripts and CSS files are getting loaded and I can see something like no-cache in response header.

Any performance improvement suggestions would be really great.

Where do we need to enable caching either at Play/Angular?

Hi @Kubendra,

Are you using Assets support to deliver the Angular assets? Are you seeing this in DEV (using sbt run) or PROD mode?

Best.