Priceless Tips

Archive for the ‘WordPress’ Category

Make WordPress Blog Load Faster

Article

Recently I was stumbled into a post about making your Wordpress blog load faster. The principle of this process is simple which is reducing server request as much as possible by combining all javascript files loaded from your blog into a single file and also combining all css files into single file. First you have to download a php script from this link, from rakaz. than upload the combine.php script to the root of your website. Secondly you need to create a cache directory that is writable by the web server. Again, by default this script will look for the cache directory in the root of the website, but you can change this in the combine.php... read more >>

We are moving

Article

Recently we bought a new VPS plan to host our wordpress blog. This blog has migrated to the new server but it took a couple of days to move all domain from our previous hosting provider to the new VPS. It is not because our previous hosting bad or something I was quiet satisfied with Bluehost performance, but I need a new server plan where I can play around the server configuration. Migration is still in progress.  Read More →

Just don’t ping before it really published or you got banned

Article

On Gatzet.com I used to write multiple posts at once and gradually publishing those post using scheduled posting feature on WordPress. I thought it was working fine, until I realized that the WordPress is by default pinging to ping service each time it does auto save or you pressed save and continue editing. read more >>  Read More →