Wednesday, October 18, 2006
I have just optimised a bit of php on my homepage which I think could have been slowing the page load, it was a stupid error really I am using magpierss to grab the feed from my blogger xml file and I noticed that I was doing 2 seperate loads of the xml file and creating 2 seperate arrays in the page to create the most recent article and then previous posts instead of just saving the lot in one array and using unset to remove the first item in my second loop. You live and learn...Jon 9:49 AM Permalink
