Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS 6.0 w/PHP pages loading slowly

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Web server asks for login details- on some web pa..  
Author Message
anonymous27

External


Since: Sep 30, 2003
Posts: 1



(Msg. 1) Posted: Tue Sep 30, 2003 9:26 am
Post subject: IIS 6.0 w/PHP pages loading slowly
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have Windows 2003 Standard with IIS6, PHP 4.3.2 installed as ISAPI, 2.5 Ghz, 512RAM..... I also have the same web scripts on a separate Win XP Pro machine, both are currently available.

On the Win XP Pro machine, the php web scripts loaded fine and fast when called upon either locally or over the net. Currently I am experiencing quite a high page load time on the IIS6 webserver over the network. When viewed on the actual IIS6 machine via http://localhost, they are blazing fast.

The computers trying to access the pages on the IIS6 machine and the XP-Pro machine are on the same router.

ON the IIS6 I've disabled the ' Enable IEEE autenticate 802.1x authentication from network' property under the TCP/IP properties of the NIC. I have no idea if that has anything to do with the issue.

Any ideas? I'm kind of stumped...

 >> Stay informed about: IIS 6.0 w/PHP pages loading slowly 
Back to top
Login to vote
user764

External


Since: Sep 10, 2003
Posts: 50



(Msg. 2) Posted: Wed Oct 01, 2003 7:59 pm
Post subject: Re: IIS 6.0 w/PHP pages loading slowly [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

We noticed this problem also

Had to switch back to CGI

"jab1617" <anonymous DeleteThis @discussions.microsoft.com> wrote in message
news:FFB15381-2ED0-4075-A63B-F526DCEE8193@microsoft.com...
 > I have Windows 2003 Standard with IIS6, PHP 4.3.2 installed as ISAPI, 2.5
Ghz, 512RAM..... I also have the same web scripts on a separate Win XP Pro
machine, both are currently available.
 >
 > On the Win XP Pro machine, the php web scripts loaded fine and fast when
called upon either locally or over the net. Currently I am experiencing
quite a high page load time on the IIS6 webserver over the network. When
viewed on the actual IIS6 machine via <a style='text-decoration: underline;' href="http://localhost," target="_blank">http://localhost,</a> they are blazing
fast.
 >
 > The computers trying to access the pages on the IIS6 machine and the
XP-Pro machine are on the same router.
 >
 > ON the IIS6 I've disabled the ' Enable IEEE autenticate 802.1x
authentication from network' property under the TCP/IP properties of the
NIC. I have no idea if that has anything to do with the issue.
 >
 > Any ideas? I'm kind of stumped...<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS 6.0 w/PHP pages loading slowly 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 3) Posted: Wed Oct 01, 2003 11:10 pm
Post subject: Re: IIS 6.0 w/PHP pages loading slowly [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hmm... I see no correlation between CGI vs ISAPI and response speed from
locally or over the net.

On a cold server, the initial request to a page served by ISAPI will always
be slower than a subsequent request to the same page since there is a
process creation cost on the initial request which is not incurred on the
subsequent requests. For a CGI, the process creation cost exists for all
requests.

Does this happen for :
1. purely anonymous pages
2. First and second requests to the same page
3. Do you have some sort of authentication (including custom) going on

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Robbie Wallis" <robbie.wallis.RemoveThis@virgin.net> wrote in message
news:OFe1rUDiDHA.2500@TK2MSFTNGP09.phx.gbl...
We noticed this problem also

Had to switch back to CGI

"jab1617" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:FFB15381-2ED0-4075-A63B-F526DCEE8193@microsoft.com...
 > I have Windows 2003 Standard with IIS6, PHP 4.3.2 installed as ISAPI, 2.5
Ghz, 512RAM..... I also have the same web scripts on a separate Win XP Pro
machine, both are currently available.
 >
 > On the Win XP Pro machine, the php web scripts loaded fine and fast when
called upon either locally or over the net. Currently I am experiencing
quite a high page load time on the IIS6 webserver over the network. When
viewed on the actual IIS6 machine via <a style='text-decoration: underline;' href="http://localhost," target="_blank">http://localhost,</a> they are blazing
fast.
 >
 > The computers trying to access the pages on the IIS6 machine and the
XP-Pro machine are on the same router.
 >
 > ON the IIS6 I've disabled the ' Enable IEEE autenticate 802.1x
authentication from network' property under the TCP/IP properties of the
NIC. I have no idea if that has anything to do with the issue.
 >
 > Any ideas? I'm kind of stumped...<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS 6.0 w/PHP pages loading slowly 
Back to top
Login to vote
user764

External


Since: Sep 10, 2003
Posts: 50



(Msg. 4) Posted: Fri Oct 03, 2003 1:18 am
Post subject: Re: IIS 6.0 w/PHP pages loading slowly [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ours was extremely noticeable on a regular phpbb forum

ISAPI caused the board to load extremely slowly

Changing back to CGI sped it up dramatically although we get those CGI
Errors in cgi mode

Pages were served anonamously

Robbie

"David Wang [Msft]" <someone.RemoveThis@online.microsoft.com> wrote in message
news:O7LpgOJiDHA.2452@TK2MSFTNGP10.phx.gbl...
 > Hmm... I see no correlation between CGI vs ISAPI and response speed from
 > locally or over the net.
 >
 > On a cold server, the initial request to a page served by ISAPI will
always
 > be slower than a subsequent request to the same page since there is a
 > process creation cost on the initial request which is not incurred on the
 > subsequent requests. For a CGI, the process creation cost exists for all
 > requests.
 >
 > Does this happen for :
 > 1. purely anonymous pages
 > 2. First and second requests to the same page
 > 3. Do you have some sort of authentication (including custom) going on
 >
 > --
 > //David
 > IIS
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > //
 > "Robbie Wallis" <robbie.wallis.RemoveThis@virgin.net> wrote in message
 > news:OFe1rUDiDHA.2500@TK2MSFTNGP09.phx.gbl...
 > We noticed this problem also
 >
 > Had to switch back to CGI
 >
 > "jab1617" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
 > news:FFB15381-2ED0-4075-A63B-F526DCEE8193@microsoft.com...
  > > I have Windows 2003 Standard with IIS6, PHP 4.3.2 installed as ISAPI,
2.5
 > Ghz, 512RAM..... I also have the same web scripts on a separate Win XP Pro
 > machine, both are currently available.
  > >
  > > On the Win XP Pro machine, the php web scripts loaded fine and fast when
 > called upon either locally or over the net. Currently I am experiencing
 > quite a high page load time on the IIS6 webserver over the network. When
 > viewed on the actual IIS6 machine via <a style='text-decoration: underline;' href="http://localhost," target="_blank">http://localhost,</a> they are blazing
 > fast.
  > >
  > > The computers trying to access the pages on the IIS6 machine and the
 > XP-Pro machine are on the same router.
  > >
  > > ON the IIS6 I've disabled the ' Enable IEEE autenticate 802.1x
 > authentication from network' property under the TCP/IP properties of the
 > NIC. I have no idea if that has anything to do with the issue.
  > >
  > > Any ideas? I'm kind of stumped...
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS 6.0 w/PHP pages loading slowly 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
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



[ Contact us | Terms of Service/Privacy Policy ]