![]() |
|
#1
|
|||
|
|||
|
Im running wordpress with some different plugins on www.shrubtalk.com but i keep getting This Account Has Exceeded Its CPU Quota when i try to do anything all help appreciated
|
|
#3
|
||||
|
||||
|
It is almost certainly being caused by one of the plugins since WordPress itself doesn't give CPU exceeded errors (although it does give slow running JavaScript warnings).
Which plugins are you running?
__________________
Stephen Chapman Free Computer Help Computer Help Blog Computer Help Forum Web Development eBooks and software JavaScript scripts and tutorials |
|
#4
|
|||
|
|||
|
Do you have gallery plugin?
Is FastCGI aktivated in the CPanel?
__________________
Japan-Photo.info - Blog about Japanese photography |
|
#5
|
|||
|
|||
|
Give us:
a rough estimate of your uniques per day a list of your WP plugins copy and paste the slowqueries file from the tmp folder I also think that it's one of your plugins that causes trouble. However if you get tons of traffic it could be anything really.
__________________
Cheap web hosting review directory listing a Hostmonster review and a Bluehost review - CPU, support, plans, speed test, uptime |
|
#6
|
|||
|
|||
|
i get 20 uniques a day
i have enhanced wp contact form, socialable, and xd forum plugins heres some of slowqueries files # Tue Oct 16 03:31:49 2007 # Query_time: 1 Lock_time: 0 Rows_sent: 3 Rows_examined: 5 use shrubtal_wrdp1; SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND (post_type = 'post' AND (post_status = 'publish')) ORDER BY post_date DESC LIMIT 0, 3 # Thu Oct 11 20:16:07 2007 # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0 use shrubtal_wrdp1; SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes' # Thu Oct 11 20:16:19 2007 # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0 use shrubtal_wrdp1; SELECT * FROM wp_categories WHERE cat_ID > 0 AND link_count > 0 ORDER BY cat_name ASC # Wed Oct 3 13:45:12 2007 # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0 use shrubtal_wrdp1; SELECT option_value FROM wp_options WHERE option_name = 'siteurl' # Wed Oct 3 13:45:15 2007 # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0 use shrubtal_wrdp1; SELECT option_value FROM wp_options WHERE option_name = 'widget_text' LIMIT 1 # Wed Oct 3 13:45:16 2007 # Query_time: 1 Lock_time: 0 Rows_sent: 1 Rows_examined: 0 use shrubtal_wrdp1; SELECT FOUND_ROWS() # Wed Oct 3 13:45:17 2007 # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0 use shrubtal_wrdp1; SELECT * FROM wp_categories # Wed Oct 3 13:45:19 2007 # Query_time: 2 Lock_time: 0 Rows_sent: 0 Rows_examined: 0 use shrubtal_wrdp1; SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN(13,12,9) ORDER BY post_id, meta_key # Wed Oct 3 13:45:22 2007 # Query_time: 3 Lock_time: 0 Rows_sent: 0 Rows_examined: 0 use shrubtal_wrdp1; SELECT ID, user_nicename from wp_users WHERE user_login <> 'admin' ORDER BY display_name # Wed Oct 3 13:45:23 2007 # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0 use shrubtal_wrdp1; SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC # Wed Oct 3 13:45:24 2007 # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0 use shrubtal_wrdp1; SELECT * FROM wp_posts WHERE (post_type = 'page' AND post_status = 'publish') ORDER BY menu_order ASC # Wed Oct 3 13:45:26 2007 # Query_time: 1 Lock_time: 0 Rows_sent: 6 Rows_examined: 18 use shrubtal_wrdp1; SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_links LEFT JOIN wp_link2cat ON (wp_links.link_id = wp_link2cat.link_id) WHERE 1=1 AND link_visible = 'Y' AND ( category_id = 2 ) ORDER BY link_name ASC # Wed Oct 3 13:45:29 2007 # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0 use shrubtal_wrdp1; SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN(13,12,9) ORDER BY post_id, meta_key # Wed Oct 3 13:45:30 2007 # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0 use shrubtal_wrdp1; SELECT * FROM wp_categories WHERE cat_ID > 0 ORDER BY cat_name ASC # Wed Oct 3 13:45:31 2007 # Query_time: 1 Lock_time: 0 Rows_sent: 6 Rows_examined: 18 use shrubtal_wrdp1; SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_links LEFT JOIN wp_link2cat ON (wp_links.link_id = wp_link2cat.link_id) WHERE 1=1 AND link_visible = 'Y' AND ( category_id = 2 ) ORDER BY link_name ASC |
|
#7
|
|||
|
|||
|
i've just started having this problem since august.. i've been with bluehost for two years and havent changed or increased anything at all concerning usage.. i just run wordpress on it..
over the past month it has become more and more frequent.. today, its happened every ten minutes at least.. i lost a post that i was writing and i got so pissed when i hit the save draft button and the "This Account Has Exceeded Its CPU Quota" came up that i was searching help section for if i can get a refund on my hosting payment and just switch to another more reliable host.. ive tried searching for what could be the problem but i keep hitting dead ends and super vague suggestons.. at the moment it seems that this is a plugin problem? well the plugins i am currently running are.. akismet, anarchy media player, gravatar, hello dolly, iwphone, less, peter's custom anti-spam, srg clean archives, tiger style administration, punkymood, wordpress database backup, wp-contact form, zelig dropdown cats.. |
|
#8
|
||||
|
||||
|
Read the link at the top of the page, also try turning off Awstats most likely you have a bad plugin try disabling them one by one to see what is causing it.
|
|
#9
|
|||
|
|||
|
i disabled awstats, the link was not helpful at all, i've changed my them to the default wordpress theme, disabled all plugins i installed in the past four months..
i've had that message come up as often as every 3 minutes while navigating my site.. that is absolutely ridiculous! what could it possibly be??? |
|
#10
|
|||
|
|||
|
surely this is VlueHost's fault.. why are they not doing anything about it?
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|