The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
20 views

Setting Up Mulitple Servers to Increase Website Speed [closed]

We are running a wordpress site on Linux machine with PHP and MYSQL. The webiste load time is high so we got a help of a servers expert to reduce the load time and increase site speed. He did some ...
0
votes
1answer
30 views

Large Number of Wordpress Posts

I am in process of setting up a catalog website and it has some 1.5 Lac products. I will write some script to import all the products but I am not sure whether WordPress will be able to handle such a ...
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
57 views

High CPU load when loading images in media library

I notice it uses high cpu when I load images from my media library. I have about over 1 million images uploaded and they are organized into folders by Post ID. Any tips to reducing CPU?
1
vote
1answer
82 views

What's the best way to implement AJAX in WordPress?

WordPress has a framework in place for handling AJAX which is well documented here: http://codex.wordpress.org/AJAX_in_Plugins My concern with this is that every time you execute an AJAX query, (even ...
1
vote
0answers
145 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 ...
0
votes
1answer
85 views

Handling large N data in WordPress

I realize that this also pertains to PHP and MySQL in general, but the context and operation is within WordPress. Introduction I am currently developing a plugin that creates and saves data about ...
0
votes
1answer
96 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
vote
2answers
52 views

Does loading of sub pages in menu cause load to the server?

I am working on a wp site where I need to manage 500s of child pages for a single page such as About menu can have more child pages need to manage those child pages as sub menu and I have more than 5 ...
1
vote
3answers
121 views

server load. $_SERVER['REMOTE_ADDR'] and $_SERVER['HTTP_HOST']

while writing new code and testing it, I incorporate it into my site by testing for the remote IP address as follows; i.e., I'm the only one who will see the new code: in /functions.php: // to hide ...
0
votes
2answers
59 views

How effective are cacheing plugins for dynamic pages?

The majority of pages of one of my sites can only be accessed by registered users. While these pages do share some common, static content (headers, etc) most of the information on the page is ...
0
votes
1answer
103 views

Loading scripts on specific page

I tend to place my wp_enqueue_scripts hooks on my functions.php but this ends up piling up scripts across my site. Which makes more sense? 1: function load_slider(){ global $post; ...
3
votes
2answers
188 views

Stress testing WordPress

We are going to launch a community site with 100K posts, 100K comments, 10K terms, 5 users ( all admin/editorial), and approx 500K recs in the wp_postmeta. Site may grow with a larger author base and ...
1
vote
1answer
106 views

Organize WordPress site, so it can maintain with huge database

Intro: Hello, I am making coupon website and I need an advise. So, the structure at the moment is like this: Coupons ( posts ) Categories of coupons ( categories ) Shops ( tags ) In the near ...
0
votes
1answer
242 views

How to reduce Apache connections caused by plugins?

I've been having an increasing lack of performance in my server (slowness, stalling on page loads, largely backend issues where I spend most of my time) over the past month or two on what is primarily ...
0
votes
3answers
538 views

How do I add indexes to Wordpress Database?

I got a message from Hostgator about my account being suspended because of the load it put on their servers. This is about the fifth time this has happened. I am on a shared server. And they said it ...
-1
votes
1answer
133 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, ...
0
votes
1answer
176 views

Site not responding error - taking long to load

I have a wordpress website which gets around 20K visits a days and with around 7pages/visit and 62 hits per visit. My server is : 8 processors --> Intel(R) Xeon(R) CPU E5405 @ 2.00GHz 8 GB ...
2
votes
1answer
271 views

Meta_query with relation 'OR' killing server CPU

function get_nb_offres( $typeOffre ) { global $type_bien_correspondances; $args = array( 'post_type' => 'annonces', 'meta_query' => array( 'relation' => ...
0
votes
2answers
632 views

Why does my site flash white every time it changes page?

Any ideas? Never had this problem before. http://bit.ly/xvclET Thanks
0
votes
1answer
67 views

Automatically load Wordpress page on server every XX hours

I have a page in my Wordpress site that calculates post popularity and updates several meta fields on the posts and calls a few functions as well. This page is set to "Private" so that only myself and ...
1
vote
1answer
206 views

image in my post disappeared after I upload website to remote server

Before I upload my website to server, I created post with images which are uploaded to media, their url are, for example: http://localhost:40952/wp-content/uploads/2011/09/study_in-En.gif After I ...
0
votes
1answer
165 views

Would Amazon AWS Services be a good alternative to my current hosting provider?

My WP sites keep crashing my server because I have huge amounts of load in a short amount of time. The server has to be rebooted every few minutes. We have tried everything but nothing seems to ...
0
votes
2answers
205 views

What is a reasonable memory limit for Wordpress

Although the accounts on my server generally have a lower memory limit, I've configured my Wordpress user accounts with a memory limit of 32Mb using the php.ini file and memory_limit = 32M ...
0
votes
1answer
94 views

High traffic management in WP

I have to develop a site in Wordpress similar to an already existing site in JSP which handles approx.50K users a day and 200 users at a time. And in load testing i get that wordpress can handle only ...
0
votes
2answers
475 views

Exclude Random Redirect from caching?

I have just deployed the W3 Total Cache plugin on my dedicated server (moillusions.com), but am not sure if it works already (server load still high). I have a very important random link generator: ...
5
votes
4answers
263 views

How to implement a 'fail whale' to graciously limit server load (Solutions for system capacity governing)

With our website, we want to make it so that if the site is about to go down, it instead displays a custom 503 (based on a server load limit set by us). Is there something that can handle this that is ...
2
votes
1answer
1k views

High CPU & Memory Spikes?

I randomly get high spikes in CPU and Memory. I have deactivated nearly all plugins trying to find the culprit. I have been turning on a few at a time then waiting 30 minutes to see how if the server ...
0
votes
1answer
637 views

Wordpress Hyperdb Implementing Problem [closed]

Hello for some days I am trying to testing the wordpress hyperdb. http://wordpress.org/extend/plugins/hyperdb/ I Have taken three server with 2 node each at vps.net with centos each. server1 = ...
0
votes
1answer
147 views

problem with wp theme uploading to server..?

Please help me out.. I had uploaded new theme(child theme) in clients server.Theme folder has twenty ten and child theme now.But when i activated the theme in admin side ,the twenty ten shows the ...
1
vote
3answers
659 views

Load testing for WordPress functionality

Does anyone know of (or have) any scripts / processes they use for testing performance under load - especially of WordPress specific behaviours, like posting many comments nearly simultaneously, while ...
2
votes
2answers
499 views

What is the expected limit for acceptable performance of WordPress without any adjustments?

In your experience, when is the time one needs to start thinking about scaling up? What is the expected performance of a common WordPress installation on a standard Apache web server, without any ...
6
votes
4answers
1k views

Profiling a WordPress Website for Deployment on Shared Hosting?

I am having a problem with CPU usage on my website, and am looking for a way to detect (and fix) what is causing it. A topic not covered in this question. Following on Hakre answer here, I now ...
3
votes
1answer
2k views

Restricting a Plugin to Only Load its CSS and JS on Selected Pages?

I'd like to cause a plugin to restrict its loading of CSS stylesheets and JavaScript JS files to only those pages for which they are needed. An example for my question is the plugin Contact Form 7 ...
0
votes
3answers
617 views

Is there a way to measure server resource (CPU) usage by WP plugins?

I have a website who is having a high CPU usage. The only way I know of it, is the information I get from the support people of the hosting company. Is there any other way for me to become informed ...