Title: Performance problems
Last modified: August 18, 2016

---

# Performance problems

 *  [spencefhs](https://wordpress.org/support/users/spencefhs/)
 * (@spencefhs)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/performance-problems/)
 * I have been a word press user for several months and have generally had a very
   good experience with the software.
 * Over the last 6 – 8 weeks, I have had increasing performance problems with my
   site. It can take several minutes to load the site, or to get into the admin 
   function. I am looking for suggestions on what to fix, or how to improve if possible.
 * I am on version 2.0.
 * I am using Yahoo as my host. However, this site was set up prior to them becoming
   an official host, so it was set up through my primary site (as opposed through
   the Yahoo automatic installation).
 * The site is used to track the latest information on the avian flu pandemic. It
   gets a significant amount of traffic (typically ~2,000 hits/day including RSS,
   etc.). It is also currently very large ~ 1,900 entries and several hundred megabytes
   of data.
 * Is this just too large for the supporting technology? or are there other sites
   as large the continue to perform well?
 * Yahoo should be a strong host with a very good technology platform. I will contact
   them as well to see if they have any thoughts.
 * I am using two tracking tools to track hits – google analytics, plus bsuite. 
   I have tried disabling both of them, but it does not seem to have an impact on
   performance.
 * I can also probably reduce the size of the graphics at the top of the page, but
   it has always had the same format, and it performed well when originally installed.
 * Here is the link to the site. I love the software, but I am afraid I may be exceeding
   it’s capacity (using MYSQL, etc.). I want to contine to use, but need to find
   a way to improve performance, because it literally takes several minutes every
   time you post an entry, choose a different menu item under the administrative
   functions, or view the site. It can take 60 minutes to maintain the site, when
   it originally took less than 5.
 * Any help or suggestions would be appreciated. Thanks
 * Here is the site:
 * [http://avianflu.futurehs.com/](http://avianflu.futurehs.com/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/performance-problems/#post-312996)
 * There has to be something wrong with your site: I’ve waited about 3 mintues (!)
   and nothing appeared.
 * I personally never trust big corporations that are good in one area and then 
   jump in another kind of business just because everybody is making money there–
   so I’d never host my site with Y!
    (and this was posted a few minutes ago: [http://wordpress.org/support/topic/55332?replies=5#post-301644](http://wordpress.org/support/topic/55332?replies=5#post-301644))
 * I know a WP site with over 8,000 posts and even that one loads faster than yours.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/performance-problems/#post-312999)
 * I would contact Yahoo.
    There are sites larger and busier than yours which perform
   well so it’s not the underlying technology.
 * Yahoo are now a favoured host so they should be good with the support aspect.
 *  Thread Starter [spencefhs](https://wordpress.org/support/users/spencefhs/)
 * (@spencefhs)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/performance-problems/#post-313014)
 * I will contact yahoo to see if they have any thoughts. My main site loads fairly
   quickly. (using Yahoo site builder)
 * [http://www.futurehs.com/index.html](http://www.futurehs.com/index.html)
 * It is the sub-domain that has the problems (using wordpress)
 * [http://avianflu.futurehs.com/](http://avianflu.futurehs.com/)
 * Even the menu choices from within administrative functiouns take just as long
   as loading the site, or posting a new entry.
 * So it may be the host, but is more likely a combination of the two (host + platform).
 *  Thread Starter [spencefhs](https://wordpress.org/support/users/spencefhs/)
 * (@spencefhs)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/performance-problems/#post-313301)
 * After going back ot Yahoo small business 4 times with them telling me that their
   servers were “within performance parameters”, they finally made some changes 
   that substantially improved performance.
 * While not instant, it is now significantly faster.
    On the first day after the
   change, my daily visits increase from 1,500 (down from 2,000 due to performance
   problems), to 4,500 a day. It is obvious that the performance problems were keeping
   many people away from the site.
 *  [BryanSD](https://wordpress.org/support/users/bryansd/)
 * (@bryansd)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/performance-problems/#post-313302)
 * I had just replied to my own post ( [http://wordpress.org/support/topic/57432?replies=2](http://wordpress.org/support/topic/57432?replies=2))
   to ask about performance questions too. I’m on my own VPS…while I still share
   the server with others…it should be more than enough for WordPress. I have noticed
   a difference since the upgrade. I think it may have soemthing to do with the 
   cache…though I could be mistaken.
 * -Bryan
 *  [atulbansal](https://wordpress.org/support/users/atulbansal/)
 * (@atulbansal)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/performance-problems/#post-313414)
 * I have over 16000 posts and hosting it on Yahoo. Had the same issue but found
   this solution. I would request the wordpress authors to validate the following.
 * You will have to edit [wp-includes/classes.php] file
 * Look for the line
 * $request = ” SELECT $distinct * FROM $wpdb->posts $join WHERE 1=1″ . $where .”
   GROUP BY ” . $groupby . ” ORDER BY ” . $orderby . ” $limits”;
 * And replace it by
 * $request = ” SELECT * FROM $wpdb->posts $join WHERE 1=1″ . $where . ” ORDER BY”.
   $orderby . ” $limits”;
 * Atul Bansal (www.sahihai.com)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Performance problems’ is closed to new replies.

## Tags

 * [performance](https://wordpress.org/support/topic-tag/performance/)
 * [size](https://wordpress.org/support/topic-tag/size/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 5 participants
 * Last reply from: [atulbansal](https://wordpress.org/support/users/atulbansal/)
 * Last activity: [19 years, 6 months ago](https://wordpress.org/support/topic/performance-problems/#post-313414)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
