ive been inquiring everywhere, no one can figure it out, I checked with my host today, and the did a traceroute and it looks like there is an 'internet burp' somewhere along the grabing of the page from the server and then outputting to the browser. He said that the tech guys should fix this shortly, he said pages using heavy sql/ or loops will see the results of this issue, he said give it a day or two to wait for the network bandwidth tech people to fix this and try again, if the problem persists its totally script.
I personally think its the script, however ive noticed even the smallest pages are begining to take the longest time to load, and it use to only take 10 MS to load a page, now sometimes it takes 10 SECONDS! I am hoping that when this issue is resolved everything will work properly..
However i went ahead and split the file into 2 sections (index.php for the module and frontpage which made the front page load ALOT faster) and Full_Story.php, which I found was the laggy part, i disabled a few features, and the page loads 5x faster now, but is still slow as a result of what i believe to be the internet burp thing. In each initial visit the page generates the comments, and for every comment it searchs the database for the author, if it finds the author it retusn their signature, avatar, and post count. I noticed then that if there were more than 5 comments the page loaded VERY slow, so I added some pagination, and it is still slow unfortunetly :-( so i disabled the signature, post count, and avatar features, and the pages are much faster now, I am fairly certain this is obviously the culprete for slow page generation, but I would very much enjoy have made a CMS that has signatures avatars and post counts :-), is there any easier, less stressful way to accomplish this, without having to sacrifice page generation time?
here is a link to the new seperate file: http://phpublisher.net/code/Full_Story.txt