Skip to content

Cache Busting when more than 1 web server into load balancer #52

@dbpolito

Description

@dbpolito

Because of this:

https://github.com/cartalyst/themes/blob/3.0/src/Assets/AssetManager.php#L475

Cache names are different across the web servers, and as we the default way of load balancer, it splits all requests between server, in my use case i'm getting the html from one server, but it's trying to get the assets from another, which doesn't exists because the cache busting are different.

I don't want to have a CDN for now, so would be good have some cache busting configuration...

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions