Archive | February, 2014

Speed up WordPress when you have a lot of terms

The autosuggest procedure can slow down your WordPress wp-admin interface quite a lot when you have a huge amount of terms. Sometimes it’s useful to just disable this feature to make wp-admin more responsive. You can do this by adding the following to your functions.php file

Continue reading

WordPress Importer with remote lookup for assets.

Due to the lack of remote connectivity I did a small patch to the WordPress importer (v 0.61) that allows us to place the files locally and bypass the remote fetch the importer would usually attempt. As I ran into this problem very frequently I think that might be useful for others as well. In […]

Continue reading