Re: speed
From: windandwaves (winandwaves_at_coldmail.com)
Date: 02/21/05
- Next message: Henk Verhoeven: "Re: speed"
- Previous message: News Me: "Re: Sessions - newbie"
- In reply to: Armando Padilla: "Re: speed"
- Next in thread: ScareCrowe: "Re: speed"
- Reply: ScareCrowe: "Re: speed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Feb 2005 12:05:36 +1300
"Armando Padilla" <mando81@prodigy.net> wrote in message news:Jf1Sd.6762$BK4.316@newssvr31.news.prodigy.com...
[....]
> here is my 2 cents on this issue. I think a PHP programer must at least be somewhat well versed in database design. (personal
> opining) Being
I am, it is the PHP that I lack
> that much of what we do is manipulate adn manage data that a web user sends and receievs from our websites. From a scalable sense
> you really need to Normalize your tables.
It is very unlikely that they will grow datawise to more than about 5,000. It is in fact physically impossible.
> This will allow you to scale your application up down the road. Also try to add Indexes to your table
I have
> structure, use the EXPLAIN function for mysql to check out how well your connections are doing, and if you will have a large
> amount of people
how does this work?
> coming to your site go ahead and open persistant connections to mysql (mysql_pconnect)
>
> If you want to test how fast your app is going to run (or running) try benchmarking it,
I thought about that, brilliant.
>
> I dont know if there are any apps out there that will determine how fast a page will load when X amount of users hit the site but
> you might want to google that.
>
> Well hope this helps.
> Armando Padilla
Thank you Armando
- Next message: Henk Verhoeven: "Re: speed"
- Previous message: News Me: "Re: Sessions - newbie"
- In reply to: Armando Padilla: "Re: speed"
- Next in thread: ScareCrowe: "Re: speed"
- Reply: ScareCrowe: "Re: speed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|