One of the most annoying things about my music website, going back to the previous major incarnation and which carried over into this one, is that if you want to see the lyrics to a song (or the liner notes, or the links to share and download), well, you first have to start listening to a song. Only then are the lyrics displayed.
In the first post in this series, I explained why I used PHP to generate the playlist of my new hand-crafted music site from a large-ish XML file, instead of doing it locally like I used to (damn you Chrome and Firefox for dropping XSLT support!)
Thing is, depending on the speed of your device and your internet connection, it takes a few short seconds for PHP to do it’s thing on the server, before sending the result in one go to your browser.
And this slight delay has been nagging at me since day one.