are already cached by the browser (at least images, js and css are)
(if the file is generated by PHP then by definition it's not static)
only because I don't like having to serve an entire gynormous CSS file to the user only because I have all the directives in there, and neither I like to split everything in its sub-file, because the performance will decrease drastically as the number of requests increase as will my bandwidth and compute usage (and SEO score will decrease as well). so I wanted to request /static/main.css?v=V&p=Y from every page, which is instead composed by PHP on the fly based on the actual page Y it's requesting it and the version X, and cached via the web browser anyway...
Обсуждают сегодня