The server-load tag has no wiki summary.
0
votes
1answer
23 views
Does having multiple random posts add up to server load and page load times?
I have 8 post types in wordpress and have the following query in functions.php file 8 times
So will it put load on mysql and decrease load times?
// random jokes
function randJokes($rJokes){
...
0
votes
1answer
94 views
Too many posts cause slow load when paginating
I have about 10k posts and I made a page that lists all posts but it is paginated every 54posts. It gives 131 queries in 6.730 seconds which is pretty slow to load. Is there a way to make it load ...
-1
votes
1answer
130 views
Wordpress very high load when click “Publish”
My site is currently having 70000 posts, and generate about 1.4 million views per month.
Specs are Quad-core Xeon, 8GB RAM, FCGI
Plugins: W3 Total Cache, Jetpack, WP Page Navi, Contact Form 7, ...
1
vote
0answers
135 views
How to optimize 'select found_rows()' query? Several 'high load average' alerts daily
I have 5,000 regular posts, 6,000 posts in one post type and 2,000 posts in another post type. Needless to say, that has made the wp_posts table quite large. Not to mention, I have custom taxonomies ...