Welcome to the AskDamageX forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Go Back   AskDamageX > General > Webmaster Business & Traffic Main Discussion
User Name
Password

Reply  Post New Thread
Old 05-13-2007, 11:25 AM   #41
DamageX
Man, myth, legend.
 
DamageX's Avatar
Join Date: Oct 2005
Location: Nomad
Posts: 17,664
DamageX will become famous soon enough
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.
__________________
  Reply With Quote
Old 05-13-2007, 01:40 PM   #42
Jace
www.thatblogguy.com
 
Jace's Avatar
Join Date: Aug 2006
Location: Everywhere right now, but ending up in Aberdeen, Scotland
Posts: 595
Jace is on a distinguished road
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!
  Reply With Quote
Old 05-13-2007, 02:27 PM   #43
DamageX
Man, myth, legend.
 
DamageX's Avatar
Join Date: Oct 2005
Location: Nomad
Posts: 17,664
DamageX will become famous soon enough
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?
__________________
  Reply With Quote
Old 05-13-2007, 02:38 PM   #44
Jace
www.thatblogguy.com
 
Jace's Avatar
Join Date: Aug 2006
Location: Everywhere right now, but ending up in Aberdeen, Scotland
Posts: 595
Jace is on a distinguished road
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!
  Reply With Quote
Old 05-13-2007, 03:01 PM   #45
DamageX
Man, myth, legend.
 
DamageX's Avatar
Join Date: Oct 2005
Location: Nomad
Posts: 17,664
DamageX will become famous soon enough
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.
__________________
  Reply With Quote
Old 05-13-2007, 03:36 PM   #46
nation-x
AdultReviews.net SEO
 
nation-x's Avatar
Join Date: Oct 2005
Location: Charlotte, NC
Posts: 5,051
nation-x is on a distinguished road
Default

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

ditto
__________________
iBlogAdult.com >> Free Blog Host ICQ: 212090289
credit repair credit cards Those who would sacrifice liberty for security deserve neither -- Benjamin Franklin
  Reply With Quote
Old 05-13-2007, 03:39 PM   #47
lex
Serious Contributor
 
lex's Avatar
Join Date: Nov 2005
Location: Perth Western Australia
Posts: 5,083
lex is on a distinguished road
Default

g'morning nation!
__________________
Sloth Trader TGP/CJ trading script - Gallery Daemon - Porn Site Reviews - ICQ: 233368071
  Reply With Quote
Old 05-14-2007, 04:30 AM   #48
nation-x
AdultReviews.net SEO
 
nation-x's Avatar
Join Date: Oct 2005
Location: Charlotte, NC
Posts: 5,051
nation-x is on a distinguished road
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/
__________________
iBlogAdult.com >> Free Blog Host ICQ: 212090289
credit repair credit cards Those who would sacrifice liberty for security deserve neither -- Benjamin Franklin
  Reply With Quote
Old 05-14-2007, 09:02 AM   #49
HellC
I need help
 
HellC's Avatar
Join Date: Sep 2006
Posts: 44
HellC is on a distinguished road
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
3331940
  Reply With Quote
Old 05-15-2007, 08:59 PM   #50
HellC
I need help
 
HellC's Avatar
Join Date: Sep 2006
Posts: 44
HellC is on a distinguished road
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
3331940
  Reply With Quote
Old 05-15-2007, 09:16 PM   #51
fris
Serious Contributor
Join Date: Oct 2005
Posts: 2,680
fris is on a distinguished road
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
__________________

  Reply With Quote
Old 05-15-2007, 11:10 PM   #52
HellC
I need help
 
HellC's Avatar
Join Date: Sep 2006
Posts: 44
HellC is on a distinguished road
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
3331940
  Reply With Quote
Reply  Post New Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

All times are GMT -7. The time now is 05:15 AM.

This site is protected by Swiftwill

Ebony Traffic  Smart Scripts  adult-sponsor-search.com  Adult Biz Forum  Adult Hosting  Cafe Smut 

Powered by vBulletin Version 3.5.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.