WordPress vps memory allocation

First, I have to tell you that this all depends on the server size and the amount of resources your WordPress site uses. That being said, I set my php memory limit to between 256 and 512 MB. WordPress sites can be slow for a large variety of reasons. Performance often improves by tweaking database … Read more

Having all “non-PHP” files on a different server

A couple of things: there are robust CDN plugins that you should use instead of trying to do this manually. That’ll handle performance if that’s the motivation for separating php from other files. If your concern is just that you like to separate them in your source because of personal aesthetic code organization reasons, you … Read more