Page 3 of 3 FirstFirst 123
Results 41 to 52 of 52

Thread: Anyone running ST + ATX + Wordpress on the same box?

  1. #41
    Man, myth, legend. DamageX's Avatar
    Join Date
    Oct 2005
    Location
    Nomad
    Posts
    20,750

    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.
    Work Smarter At Working Smarter

  2. #42
    www.thatblogguy.com Jace's Avatar
    Join Date
    Aug 2006
    Location
    Everywhere right now, but ending up in Aberdeen, Scotland
    Posts
    584

    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....

  3. #43
    Man, myth, legend. DamageX's Avatar
    Join Date
    Oct 2005
    Location
    Nomad
    Posts
    20,750

    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?
    Work Smarter At Working Smarter

  4. #44
    www.thatblogguy.com Jace's Avatar
    Join Date
    Aug 2006
    Location
    Everywhere right now, but ending up in Aberdeen, Scotland
    Posts
    584

    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

  5. #45
    Man, myth, legend. DamageX's Avatar
    Join Date
    Oct 2005
    Location
    Nomad
    Posts
    20,750

    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.
    Work Smarter At Working Smarter

  6. #46
    LifestyleAmateurs.com nation-x's Avatar
    Join Date
    Oct 2005
    Location
    Rock Hill, SC
    Posts
    8,930

    Default

    Quote Originally Posted by lex
    btw - WP is NOT resource hungry if you have wp-cache running.
    ditto

  7. #47
    Serious Contributor lex's Avatar
    Join Date
    Nov 2005
    Location
    Perth Western Australia
    Posts
    5,407

    Default

    g'morning nation!

  8. #48
    LifestyleAmateurs.com nation-x's Avatar
    Join Date
    Oct 2005
    Location
    Rock Hill, SC
    Posts
    8,930

    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/

  9. #49
    I love AskDamageX.com HellC's Avatar
    Join Date
    Sep 2006
    Posts
    61

    Default

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


  10. #50
    I love AskDamageX.com HellC's Avatar
    Join Date
    Sep 2006
    Posts
    61

    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

  11. #51
    Serious Contributor
    Join Date
    Oct 2005
    Posts
    2,969

    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

  12. #52
    I love AskDamageX.com HellC's Avatar
    Join Date
    Sep 2006
    Posts
    61

    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...........

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •