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