I'm curious to know if browser caching of CSS and JavaScript is done automatically with PHP or if we need to manually implement it through code.
What are the benefits of manually caching CSS and JS files to the client's browser using code?
Any thoughts?
If not cached, what will happen?