Posts tagged: optimisation

optimisation

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

synonymizer with api

If you want to put some old content on the net and have it indexed as fresh unique content, this works wonders for seo-friendly backlinks : the automated synonymizer. I want one that makes my content unique without having to … Continue reading

Posted in optimization, seo tips and tricks | Tagged , | 1 Comment