Asset management
Getting a better performance from a framework is not all about the backend. The frontend is as important, if not more. It is critical to optimize images, reduce file I/O, and cache the contents to speed up the loading time.
As you know, there are many frontend tools such as LESS that help optimize the frontend performance. How do we do it in Symfony? AsseticBundle is designed to manage assets and optimize the speed for us. It uses various techniques to do this. For example, a large JavaScript file might have hundreds of lines of mutable code that we don't need to load for a specific task. So, we can filter out unwanted code and reduce the load time. The other scenario could be a group of JavaScript functions that are saved in various ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access