Intranet build of PHP 5

liunx

Guest
Hello,

I was charged with building a new intranet for my company which seemed to be complete. Testing was done everything was great and so we made every thing live and "Bam"! Now it takes an average of 8 to 10 seconds to load a page.

We are using Microsoft 2003 Server, PHP 5 and MySQL 5. the previous build was on a 2000 Server, PHP 4 and MySQL 4.

There are 2 intranets being run-- one runs just perfectly, however there is a header program in place that is controling the post and get information.

The one in concern seems to slow when I am calling a get method thru the http header

ie <!-- m --><a class="postlink" href="http://mysite/home/index.php?page=home">http://mysite/home/index.php?page=home</a><!-- m -->

When I call the index page and add the inclusion of the home page this is where I have the slow down. If I was to call

<!-- m --><a class="postlink" href="http://mysite/home/home.php">http://mysite/home/home.php</a><!-- m -->

I get an imediate page load. Of course the page is not formatted corectly and I
have a lot of the page information missing because I depend on the index.php to hold the basic page design and the page call will call an individual page to appear in a certain part of the over all design (sorry if I am going on and on I just want to give as much info as possible).

I have never seen this before and wanted to see if anyone else has run into this.

Thanks ahead of time,

Mark
 
Back
Top