Christian Heilmann

Automatic merging and versioning of CSS/JS files with PHP

Thursday, December 14th, 2006 at 1:59 pm

Over at Ed Elliot’s the man himself came up with a cool PHP script that allows you to create a single cached include automatically from all the JavaScripts or CSS files you want to include. Check out Automatic merging and versioning of CSS/JS files with PHP.

For those who wonder why the hey you’d want to do this: working on high traffic sites means you learn a lot about how to make pages perform and as Nate Koechley explained at @media 2006 every http request sent from page results in another DNS lookup and generally slows down the perceived loading time of the page. Furthermore, scripts loaded in the head of the document get loaded first and add to the whole page loading time as browsers start rendering after all the dependencies in the head were loaded.

Using Ed’s script actually means you can have the maintenance benefit of different includes without having to worry about the performance problems.

Share on Mastodon (needs instance)

Share on Twitter

Newsletter

Check out the Dev Digest Newsletter I write every week for WeAreDevelopers. Latest issues:

Dev Digest 146: 🥱 React fatigue 📊 Query anything with SQL 🧠 AI News

Why it may not be needed to learn React, why Deepfake masks will be a big problem and your spirit animal in body fat! 

Dev Digest 147: Free Copilot! Panel: AI and devs! RTO is bad! Pi plays!

Free Copilot! Experts discuss what AI means for devs. Don't trust containers. Mandated RTO means brain drain. And Pi plays Pokemon!

Dev Digest 148: Behind the scenes of Dev Digest & end of the year reports.

In 50 editions of Dev Digest we gave you 2081 resources. Join us in looking back and learn about all the trends this year.

Dev Digest 149: Wordpress break, VW tracking leak, ChatGPT vs Google.

Slowly starting 2025 we look at ChatGPT vs Google, Copilot vs. Cursor and the state of AI crawlers to replace web search…

Dev Digest 150: Shifting manually to AI.

Manual coding is becoming less of a skill. How can we ensure the quality of generated code? Also, unpacking an APK can get you an AI model.

My other work: