Tagged Questions
1
vote
2answers
49 views
Concurrent / simultaneous MySQL connections
I've been looking for the best WordPress hosting for me and I'm wondering how many MySQL connections at once WordPress requires? I know this is kind of general question but how does it look for you?
...
1
vote
1answer
62 views
Universal problem: first request after ~25 second inactivity always slower (~1 second) than subsequent requests (~1/10sec)
It's something I noticed ever since I started working with WordPress. It's a universal issue, in the sense that it doesn't matter if the WP installation is on my shared hosting account (haven't tried ...
1
vote
0answers
81 views
WordPress plugin overloading with tmp tables
I have asked at the plugin's (WordPress Popular Posts) support a few days ago, since no response hope to get some insight or help here. Thanks.
Hesitant to tweak settings like max_heap_table_size ...
5
votes
2answers
196 views
WordPress database scalability from the code perspective
I have read through multiple questions here on StackExchange that concern WordPress scaling and the common opinion is that WordPress is indeed highly scalable provided you have the infrastructure to ...
2
votes
2answers
332 views
Database slowdown after update to 3.4.1
I own a wordpress installation, and Updated to 3.4.1.
After the upgrade, I got a very strange slowdown to my wordpress.
After all, I used the
define('SAVEQUERIES', true);
in my wp-config.php with ...
4
votes
2answers
2k views
How can I find the source of slow queries in Wordpress?
I have a WordPress site with more than 8000 posts and everytime I add a new one the site becomes unresponsive. I checked the MySQL slow queries log and found out that it is performing a select that ...
3
votes
7answers
1k views
WordPress MySQL & PHP Performance
have a website (www.americanbankingnews.com) that gets 40,000-50,000 page views today. It's currently sitting on a dedicated quad-core Xeon server with 8GB of ram. The site is powered by WordPress and ...
1
vote
3answers
305 views
Performance on WPMS
my WPMS site is hosted on 8 cores/32mb RAM server but the response time is very high.
We have about 1000 blogs (35,000+ tables on single db) and 70,000 pageviews per mounth.
I think that i can down ...