WordPress keeps crashing my server
WordPress keeps crashing my server
WordPress keeps crashing my server
So, I need to say that now is all ok. I can’t belive this :’) For about a month I asked a lot of people and nobody didn’t know what’s the problem. It was cause we had bad nginx config. Now nginx is turned off for a some time. Apache is ok. Thank to s_ha_dum, … Read more
Trouble getting wordpress working after moving servers
Server Path Information
WordPress does not need Tomcat. All WordPress needs is… To run WordPress your host just needs a couple of things: PHP version 5.2.4 or greater MySQL version 5.0 or greater http://wordpress.org/about/requirements/ Plus adequate RAM– 32MB for a single site, 64MB for Multisite. Many hosts these days provide much, much more than that by default. I … Read more
High I/O load when hosting lots of wordpress sites
You should be able to do a straight copy of the wp-content/uploads/ folder. You may have to do a find/replace on the original export file to change file URLs if they were absolute file paths.
Folder Permissions + Security Concerns
This clearly isn’t a DNS problem since “wait time” is counted after domain was resolved and connection to server has been established. What you can start with on WordPress level is getting a plugin which will show you is this time is actually spent inside WP page load. Laps (disclosure — developed by me) or … Read more
WordPress will use curl if available and it is first transport choice, that is preferable to other supported methods of performing HTTP requests. There is plenty written on merits of using curl and that’s not really specific to WordPress. From the top of my head I’ve read Requiring cURL in Your PHP Library recently.