You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 77 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Page generation time : 91 seconds!! Help plz [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Clueless1
Guest






PostPosted: Thu Mar 06, 2003 8:19 am Reply with quoteBack to top

My story..

my site has been up for about 4 months, without any major hiccups, and also thanks to the forums!!.

My problem started last night with the pages loading at about 91secs, instead of the normal 0.17 secs. It is hosted alongside 2 other sites on the same server, and both those run fine. I have not made any changes to my site in a couple days, so i really need some help here.

Thanks.

www.modheads.net
Find all posts by Anonymous
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Thu Mar 06, 2003 8:41 am Reply with quoteBack to top

Seems like downloading the random image thumb from coppermines really taking a long time? Try disabling the block n see if its still that slow.

The thumb was less then 4 kb but for some reason it really lagged on that image.

_________________
www.netflake.com
www.glowoptics.com
Find all posts by sixonetonoffunView user's profileSend private message
publicx2001
Premium
Premium


Joined: Feb 11, 2003
Posts: 172

Location: USA

PostPosted: Wed Mar 12, 2003 8:26 am Reply with quoteBack to top

same problem on my site but i cant figure out where.
can you help?

www.aog-spares.com
Find all posts by publicx2001View user's profileSend private messageAIM Address
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Wed Mar 12, 2003 9:26 am Reply with quoteBack to top

sharlein

Looks like your getting an error from bad or incomplete install of a pre loader script??? Check your footer code against the default one. My page I did it like this which seems "ok" though it looks like it should be buggy lol.

Note* this footer includes code for using the Server Load hack from ComputerCops. (If anyone wants it I can post a sql dump for that if your not sure how to do it manuelly. I've seen complaints at phpnuke.org about this being too hard to implement. Well this all there is to it really. I'll just post it in Tips n Tricks after a while gettin off topic here.)

Code:

<?php

/************************************************************************/
/* PHP-NUKE: Advanced Content Management System                         */
/* ============================================                         */
/*                                                                      */
/* Copyright (c) 2002 by Francisco Burzi                                */
/* http://phpnuke.org                                                   */
/*                                                                      */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.       */
/************************************************************************/

if (eregi("footer.php",$_SERVER['PHP_SELF'])) {
    Header("Location: index.php");
    die();
}

$footer = 1;
include("serverload.php");
function footmsg() {
    global $foot1, $foot2, $foot3, $copyright, $total_time, $start_time, $serverload;
    $mtime = microtime();
    $mtime = explode(" ",$mtime);
    $mtime = $mtime[1] + $mtime[0];
    $end_time = $mtime;
    $total_time = ($end_time - $start_time);
    $total_time = ""._PAGEGENERATION." ".substr($total_time,0,5)." "._SECONDS."";
   
    echo "<font class=\"footmsg\">\n";
    if ($foot1 != "") {
   echo "$foot1<br>\n";
    }
    if ($foot2 != "") {
   echo "$foot2<br>\n";
    }
    if ($foot3 != "") {
   echo "$foot3<br>\n";
    }
$serverload = serverload();
    // DO NOT REMOVE THE FOLLOWING COPYRIGHT LINE. YOU'RE NOT ALLOWED TO REMOVE NOR EDIT THIS.
    echo "$copyright<br>$total_time<br>\n";
    echo "<b>Server Load:</b> $serverload page(s) served in previous 5 minutes.<br>\n</font>\n";
}


function foot() {
    global $prefix, $user_prefix, $db, $index, $user, $cookie, $storynum, $user, $cookie, $Default_Theme, $foot1, $foot2, $foot3, $foot4, $home, $module, $name;
    if ($home == 1) {
   blocks(Down);
    }
    if ($module == 1 AND file_exists("modules/$name/copyright.php")) {
   $cpname = ereg_replace("_", " ", $name);
   echo "<div align=\"right\"><a href=\"javascript:openwindow()\">$cpname &</a></div>";
    }
    themefooter();
    echo "</body>\n"
   ."</html>";
 
}
$contents = ob_get_contents(); // store buffer in $contents
ob_end_clean(); // delete output buffer and stop buffering
echo replace_for_mod_rewrite($contents); //display modified buffer to screen
echo " <SCRIPT language=javascript> <!--
   ap_showWaitMessage('waitDiv', 0);
   //--> </SCRIPT> </body>\n </html>";
foot(); 
  die();
foot();

?>

_________________
www.netflake.com
www.glowoptics.com
Find all posts by sixonetonoffunView user's profileSend private message
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Wed Mar 12, 2003 11:44 am Reply with quoteBack to top

Thats all I get at your site now is a blank page????

_________________
www.netflake.com
www.glowoptics.com
Find all posts by sixonetonoffunView user's profileSend private message
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Wed Mar 12, 2003 1:55 pm Reply with quoteBack to top

http://www.sharlein.net/Nuke/html/modules/Your_Account/images/index.htm

Gives your custom error page with the headers

But

http://www.sharlein.net/Nuke/html/modules/Your_Account/images/index.html

Fatal error: Failed opening required 'mainfile.php' (include_path='.:/usr/local/lib/php') in /home/sharlein/public_html/index.php on line 15

So you might try checking index.php and mainfile.php

_________________
www.netflake.com
www.glowoptics.com
Find all posts by sixonetonoffunView user's profileSend private message
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Thu Mar 13, 2003 11:58 am Reply with quoteBack to top

Sorry didn't mean to confuse you I used index.html and index.htm because I knew one existed and one didn't to get a more meaningful error then the blank white screen.

Seems to me like that may be the error caused by white space after the ?> when saving a file after editing.

Good luck with the diff Very Happy

_________________
www.netflake.com
www.glowoptics.com
Find all posts by sixonetonoffunView user's profileSend private message
Creeper
Nuke Soldier
Nuke Soldier


Joined: Jan 28, 2003
Posts: 24

Location: USA

PostPosted: Tue May 13, 2003 7:07 am Reply with quoteBack to top

I need some help here. I am, was, having long load times around 88-90 seconds. I saw somewhere about rss news feeds so I disabled all my feeds and guess what my load times are back to normal. Is there any way to fix this problem or am I at the mercy of these news feeds? I installed the same feeds on a friends site and they didn't slow his load times down. I am using version 6.5 I believe with all the latest updates. Can anyone help me?

p.s.
sorry I posted something similar in a different area but I haven't gotten a response to that post yet. So I thought I would try this one.
Find all posts by CreeperView user's profileSend private messageVisit poster's website
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.219 Seconds - 158 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::