Bastien Helders wrote:
> I have a question as a relatively novice PHP developper.
>
> Let's say you have this Intranet web application, that deals with the
> generation of file bundles that could become quite large (let say in the 800
> MB) after some kind of selection process. It should be availa
That's impossible to answer given the brief layout of what you've described.
However, rule of thumb: optimizing for microseconds only makes sense
when the microseconds together make up a significant amount of time.
An example might be in order:
for ($i = 0; $i < count($stuff); $i++)
{
// do oth
Bastien Helders wrote:
> I have a question as a relatively novice PHP developper.
>
> Let's say you have this Intranet web application, that deals with the
> generation of file bundles that could become quite large (let say in
> the 800 MB) after some kind of selection process. It should be
> ava
I have a question as a relatively novice PHP developper.
Let's say you have this Intranet web application, that deals with the
generation of file bundles that could become quite large (let say in the 800
MB) after some kind of selection process. It should be available to many
users on this Intrane
Daevid Vincent wrote:
> Was that someone me? I do that. And if you don't, then you're the kind
> of person I would not hire (not saying that to sound mean).
If you do, I'd would be careful about hiring you. To me, optimizing for
microseconds in PHP means loss of focus.
> I use single quotes in
Tommy Pham wrote:
On Thu, Mar 25, 2010 at 8:15 PM, Robert Cummings wrote:
Daevid Vincent wrote:
-Original Message-
From: Robert Cummings [mailto:rob...@interjinn.com] Sent: Thursday, March
25, 2010 7:16 PM
Daevid Vincent wrote:
If I have to wait 3 seconds for a page to render, that
On Thu, Mar 25, 2010 at 8:15 PM, Robert Cummings wrote:
> Daevid Vincent wrote:
>>
>>
>>>
>>> -Original Message-
>>> From: Robert Cummings [mailto:rob...@interjinn.com] Sent: Thursday, March
>>> 25, 2010 7:16 PM
>>>
>>> Daevid Vincent wrote:
If I have to wait 3 seconds for a page
Daevid Vincent wrote:
-Original Message-
From: Robert Cummings [mailto:rob...@interjinn.com]
Sent: Thursday, March 25, 2010 7:16 PM
Daevid Vincent wrote:
If I have to wait 3 seconds for a page to render, that wait
is noticeable.
Dumb users will click refresh, and since (unbelievab
> -Original Message-
> From: Robert Cummings [mailto:rob...@interjinn.com]
> Sent: Thursday, March 25, 2010 7:16 PM
>
> Daevid Vincent wrote:
> >
> > If I have to wait 3 seconds for a page to render, that wait
> is noticeable.
> > Dumb users will click refresh, and since (unbelievably
Daevid Vincent wrote:
If I have to wait 3 seconds for a page to render, that wait is noticeable.
Dumb users will click refresh, and since (unbelievably in this day and age)
PHP and mySQL don't know the user clicked 'stop' or 'refresh', and
therefore mySQL will execute the same query a second tim
10 matches
Mail list logo