Just posted an update, fixing a… bug that was introduced the last time I had time to do some updates. The bug effectively stopped all IDN-domains lists on MediaCreeper from being listed, this due to a quirky UTF-8 encoding problem between PHP and MySQL.
MongoDB
After a nice talk with my friend P about MongoDB I’ve been contemplating a bit over switching over, I have no performance issues with MySQL at all but if MongoDB is faster, I’ll go with faster.
I’m going to read up on MongoDB, experiment and fiddle around with it for a while before deciding which way to go… I guess it would reduce CreeperDataLayer a bit in code size and speed up serving data.
A little fuckup, theme-wise
I updated the theme on this blog without thinking, it updated fine and broke all the small tweaks I had done on the previous version. Duh.
So, I got a new theme that doesn’t require tweaks to look like something that I like.
A short summary of MediaCreeper-work done on my vacation: a little to non. I have tweaked the cache-layer a bit since my first hours of vacation when the site stalled out due to overload of MySQL-connections along with short TTL of cache. Switched from connect to pconnect to reuse connections, which now allows higher loads/amounts of hits on banner and visitors on the site. Also added code to export and purge logs at 90 days, I think 90 days is quite a long time on the internet. Today I switched the top-banner (AdSense) on the MediaCreeper site, from 468×60 to 728×90, required a few tweaks on the style-sheet .. The site might look a little wonky for a few hours as the style-sheet has a future expiry time, nothing breaks completely though.