Go Back   Webmaster forum > General > Webmaster Business & Traffic Main Discussion

Reply
 
LinkBack Thread Tools
Old May 13th, 2007, 11:25 AM   #41 (permalink)
Man, myth, legend.
 
DamageX's Avatar
 
Join Date: Oct 2005
Location: Nomad
Posts: 20,464
Default

Quote:
Originally Posted by Jace
ok, I am drunk, so sorry if I seem IN YOUR FACE

here is the code the wordpress index page, show me what on here is bloated and hogging resources

Code:
<?php get_header(); ?>

	<div id="content" class="narrowcolumn">

	<?php if (have_posts()) : ?>

		<?php while (have_posts()) : the_post(); ?>

			<div class="post" id="post-<?php the_ID(); ?>">
				<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
				<small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>

				<div class="entry">
					<?php the_content('Read the rest of this entry &raquo;'); ?>
				</div>

				<p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?>  <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
			</div>

		<?php endwhile; ?>

		<div class="navigation">
			<div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
			<div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
		</div>

	<?php else : ?>

		<h2 class="center">Not Found</h2>
		<p class="center">Sorry, but you are looking for something that isn't here.</p>
		<?php include (TEMPLATEPATH . "/searchform.php"); ?>

	<?php endif; ?>

	</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>
I assume that since DamageX has spent so much time deciphering this and figuring out WHY it is bloated and hogging resources, he can give us a great run down of each piece of code and which parts are the worst
Count the number of queries. Not gonna say more.

As for the hosts, gee, if WP was such a great piece of software, how come MANY hosts have problems with it as it is, while very few have problems with ST e.g.? Sorry, I will stick by my opinion that WP is a piece of shit resource hog. If it weren't, then NO TWEAKING WOULD BE REQUIRED, at server level or at script level.
DamageX is offline   Reply With Quote
Old May 13th, 2007, 01:40 PM   #42 (permalink)
www.thatblogguy.com
 
Jace's Avatar
 
Join Date: Aug 2006
Location: Everywhere right now, but ending up in Aberdeen, Scotland
Posts: 595
Default

Quote:
Originally Posted by AmateurFlix
You can hardly blame a host/server/tech etc for not knowing something that is totally undocumented. Given how widely used this software is it's little surprise that some people have figured out what these mystery settings are supposed to be, it is however surprising that none of that information has made its way onto the wordpress FAQ.
to be honest, because most people don't have issue with it

I see more people that don't have issue with it than do

surprisingly though, at least 75% of the time, it is tgp owners....
__________________
AdultDesign.com Kicks Ass
Domains and Sites For Sale
click that link fool!
Jace is offline   Reply With Quote
Old May 13th, 2007, 02:27 PM   #43 (permalink)
Man, myth, legend.
 
DamageX's Avatar
 
Join Date: Oct 2005
Location: Nomad
Posts: 20,464
Default

Quote:
Originally Posted by Jace
to be honest, because most people don't have issue with it

I see more people that don't have issue with it than do

surprisingly though, at least 75% of the time, it is tgp owners....
Could it be because we're used to scripts working out-of-the-box?
DamageX is offline   Reply With Quote
Old May 13th, 2007, 02:38 PM   #44 (permalink)
www.thatblogguy.com
 
Jace's Avatar
 
Join Date: Aug 2006
Location: Everywhere right now, but ending up in Aberdeen, Scotland
Posts: 595
Default

Quote:
Originally Posted by DamageX
Could it be because we're used to scripts working out-of-the-box?
obviously you are anti-wordpress, we get it, but you still haven't explained what steps you took to resolve the problems when you had issues...can you please let us know what your server techs checked out and what they found, and also what you found to be wrong in the wordpress code itself

and no, pointing out some php calls is not issues...my server handles those 15 php calls just fine
__________________
AdultDesign.com Kicks Ass
Domains and Sites For Sale
click that link fool!
Jace is offline   Reply With Quote
Old May 13th, 2007, 03:01 PM   #45 (permalink)
Man, myth, legend.
 
DamageX's Avatar
 
Join Date: Oct 2005
Location: Nomad
Posts: 20,464
Default

Quote:
Originally Posted by Jace
obviously you are anti-wordpress, we get it, but you still haven't explained what steps you took to resolve the problems when you had issues...can you please let us know what your server techs checked out and what they found, and also what you found to be wrong in the wordpress code itself
I'm not anti-wordpress at all. In fact, I think it's a great script. It just could've been written better.

As for what steps I took, you're missing the fucking point all over again. If I have several other scripts, out-of-the-box, running 150K+/day, surely WordPress should be able to handle 10K without fucking up my server, shouldn't it?

And yes, I get it, all hosts are incompetent, only NatNet are good.

Quote:
Originally Posted by Jace
and no, pointing out some php calls is not issues...my server handles those 15 php calls just fine
You might wanna count the queries in the included files as well.
DamageX is offline   Reply With Quote
Old May 13th, 2007, 03:36 PM   #46 (permalink)
AdultReviews.net SEO
 
nation-x's Avatar
 
Join Date: Oct 2005
Location: Charlotte, NC
Posts: 7,728
Default

Quote:
Originally Posted by lex
btw - WP is NOT resource hungry if you have wp-cache running.
ditto
__________________
"Conservative Porn Webmaster" - Now there is a fucking joke if I ever heard one. Real conservatives hate you more than they hate liberals.
The only traffic I would ever buy: Traffic Out
The trade script I prefer: Trade Expert
nation-x is online now   Reply With Quote
Old May 13th, 2007, 03:39 PM   #47 (permalink)
lex
Serious Contributor
 
lex's Avatar
 
Join Date: Nov 2005
Location: Perth Western Australia
Posts: 5,435
Default

g'morning nation!
lex is offline   Reply With Quote
Old May 14th, 2007, 04:30 AM   #48 (permalink)
AdultReviews.net SEO
 
nation-x's Avatar
 
Join Date: Oct 2005
Location: Charlotte, NC
Posts: 7,728
Default

Quote:
Originally Posted by lex
g'morning nation!
hi sweetheart!

I found an interesting plugin that might help with server load.

http://txfx.net/code/wordpress/post-query-accelerator/
__________________
"Conservative Porn Webmaster" - Now there is a fucking joke if I ever heard one. Real conservatives hate you more than they hate liberals.
The only traffic I would ever buy: Traffic Out
The trade script I prefer: Trade Expert
nation-x is online now   Reply With Quote
Old May 14th, 2007, 09:02 AM   #49 (permalink)
I love AskDamageX.com
 
HellC's Avatar
 
Join Date: Sep 2006
Posts: 55
Default

it's been running ok for all morning but now it crashed -> out of swap space..

__________________
The Pharaoh
The Emperor
The Queen
The Sphinx
Gay Sex
452021873
HellC is offline   Reply With Quote
Old May 15th, 2007, 08:59 PM   #50 (permalink)
I love AskDamageX.com
 
HellC's Avatar
 
Join Date: Sep 2006
Posts: 55
Default

With Jayeff's advice I told Webazilla to modify Eaccelerator's config and now the box seems fine running everything... didn't have any downtime all day long
__________________
The Pharaoh
The Emperor
The Queen
The Sphinx
Gay Sex
452021873
HellC is offline   Reply With Quote
Old May 15th, 2007, 09:16 PM   #51 (permalink)
Serious Contributor
 
Join Date: Oct 2005
Posts: 2,987
Default

Quote:
Originally Posted by HellC
With Jayeff's advice I told Webazilla to modify Eaccelerator's config and now the box seems fine running everything... didn't have any downtime all day long
have you spoken to serge from ganstabros?

been having a hard time reaching him
__________________
icq: 123-456
fris is offline   Reply With Quote
Old May 15th, 2007, 11:10 PM   #52 (permalink)
I love AskDamageX.com
 
HellC's Avatar
 
Join Date: Sep 2006
Posts: 55
Default

Quote:
Originally Posted by fris
have you spoken to serge from ganstabros?

been having a hard time reaching him
yeah I did man... what a great guy...........
__________________
The Pharaoh
The Emperor
The Queen
The Sphinx
Gay Sex
452021873
HellC is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

All times are GMT -7. The time now is 08:55 AM.

This site is protected by Swiftwill

Ebony Traffic  Smart Scripts  adult-sponsor-search.com  Adult Hosting
Professional Traffic Trade Script  Webmaster Articles  ScriptPulse 

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0