I created a local WordPress a while ago that gets fed by xml-rpc from an application that plays my music, it logs albums that have been played and/or added again to the playlist). As an example of what can be done you can now see what is currently being played at my home, under the… Read more »
Posts Categorized: Servers
Speeding Up wordpress with gmetrix
Found gmetrix . This website can test the speed of youe site and gives you tips on how to speed up your site. Looks like it is worthwhile to use and especially test themes with it. They have a special page for wordpress optimization See if you kan turn on KeepAlive on the server itself…. Read more »
Nginx roundup
So…. setting up nginx has a few pitfals, one thing that you need to do is that in nginx.conf you have to specify the location of the site on the server for php, otherwise it will think that the $_server['document_root'] is the default location that nginx was compiled with. I don’t like the fact that… Read more »
Nginx and wordpress
I looked into setting up nginx. This is supposed to be a faster web server than apache. For set up and installation you better search for information (Google for nginx php-fpm and your OS). The biggest issue is the rewrite rules used by apache and located in .htaccess files. I had tried nginx before and… Read more »