[phpa] Re: IMPORTANT comment concerning Vhost phpa enable
- From: "Jamie Burns" <jamie.burns@xxxxxxxxxxxxxxxxxxxxxxx>
- To: <phpa@xxxxxxxxxxxxx>
- Date: Tue, 29 Jan 2002 16:35:43 -0000
Spend some time optimising your SQL database and queries - I did an overhaul
of an application a couple of months ago and was really pleased with the
results.
Jamie Burns.
----- Original Message -----
From: "Mark Thompson - Mailing Lists" <mark-lists@xxxxxxxxxxxxxxx>
To: <phpa@xxxxxxxxxxxxx>
Sent: Tuesday, January 29, 2002 3:46 PM
Subject: [phpa] Re: IMPORTANT comment concerning Vhost phpa enable
>
> Why is it that I'm the one who always seems to find problems like this :)
>
> Anyway, now that it's up and running, our messageboard homepage at
> http://www.thetrolls.com/phpbb/ (not for the faint of heart) is running a
> little bit over twice as fast as it was before. I was getting times (at
> the bottom of the page) in the .45 - .5 of a second range and now I'm
> getting them more into the .18 - .23. And this includes a lot of stuff
> that's getting generated such as 12 or more SQL queries which I'm assuming
> isn't really speeded up by this.
>
> Just curious now, is there anything more I can do with this to get a bit
> more speed out of the system? I'm amazed at what I'm getting so far but I
> might as well get as much as I can :)
>
> Thanks,
>
> Mark
>
> At 1/29/2002 05:25 AM, you wrote:
>
> >There appears to be a bug or misfeature in PHP itself that causes 'on'
> >and 'off' to not be recognised when read from httpd config files. This
has
> >caused some people problems in enabling phpa because my documentation
> >suggests using on to enable it, whereas this actually gets parsed as 0,
> >i.e. off.
> >
> >So, whereas you *can* use
> >
> > phpa = on
> >
> >or
> >
> > phpa = off
> >
> >to enable or disable phpa in php.ini files, you must write
> >
> > php_value php 1
> >
> >to enable phpa in httpd config files, e.g. in a virtual hosts section.
> >
> >This will be worked around in the next release.
> >
> >Sorry that some people have been tripped up by this.
> >
> >Nick
> >
> >
> >------------------------------------------------------------------------
> > www.php-accelerator.co.uk Home of the free PHP Accelerator
> >
> >To post, send email to phpa@xxxxxxxxxxxxx
> >To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe
>
> /=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\
> | Mark W Thompson | Fax Number: (810)816-5203 |
> | Web Stylists | http://www.webstylists.com/ |
> | mark-lists@xxxxxxxxxxxxxxx | ICQ #: 245378 |
> \=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=/
>
> ------------------------------------------------------------------------
> www.php-accelerator.co.uk Home of the free PHP Accelerator
>
> To post, send email to phpa@xxxxxxxxxxxxx
> To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe
>
------------------------------------------------------------------------
www.php-accelerator.co.uk Home of the free PHP Accelerator
To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe
- References:
- [phpa] Re: IMPORTANT comment concerning Vhost phpa enable
- From: Mark Thompson - Mailing Lists
Other related posts:
- » [phpa] IMPORTANT comment concerning Vhost phpa enable
- » [phpa] Re: IMPORTANT comment concerning Vhost phpa enable
- » [phpa] Re: IMPORTANT comment concerning Vhost phpa enable
- » [phpa] Re: IMPORTANT comment concerning Vhost phpa enable
- » [phpa] Re: IMPORTANT comment concerning Vhost phpa enable
- » [phpa] Re: IMPORTANT comment concerning Vhost phpa enable
- » [phpa] Re: IMPORTANT comment concerning Vhost phpa enable
- [phpa] Re: IMPORTANT comment concerning Vhost phpa enable
- From: Mark Thompson - Mailing Lists