All Talks

Cache busting using Laravel Mix and CDN

Europe’s Leading Laravel Conference Blind-bird Tickets 2020 Available https://laracon.eu/2020/tickets

Laravel Mix is an easy-to-use tool for building assets without writing Webpack config. It works out of the box for 80% use cases. However, in real-world applications which have high traffic or global audience, you need to serve assets from CDN with proper cache busting strategy for the purpose of performance gain. Laravel Mix doesn’t support uploading and serving assets from CDN by default, but …

You might be interested in: