Category Archives: optimisation

Google Panda Latent Semantic Indexing Test

Panda’s… Latent Semantic Indexing Queries, or concept searches, against a set of documents that have undergone LSI will return results that are conceptually similar in meaning to the search criteria even if the results don’t share a specific word or … Continue reading

Posted in google, optimisation, optimization, seo, seo tips and tricks | Tagged | Leave a comment

spot the bot

I have some overhead scripts fetching data that can cost a few seconds extra loading time. Having traffic trigger tasks saves me the trouble of using cron-jobs, but I don’t want to run overhead scripts with visitors or googlebot on … Continue reading

Posted in optimisation, wordpress | Tagged , | Leave a comment

hands on xml-rpc : copying msql tables

I don’t have anything to blog on, so I will bore you all with a quick generic function to copy mysql tables from one host to another, using xml-rpc. I use the Incutio xml-rpc library on both hosts, to handle … Continue reading

Posted in optimisation, php, xml-rpc | Tagged , , | Leave a comment