From: "Richard Baskett" <[EMAIL PROTECTED]>
> > * use recent mysql 4.x The new versions have ability to cache results of
> > often used queries, and return the results very fast without even
touching
> > the disk. Note that this is much better for web apps than usual query
> > cacheing that many da
on 11/7/03 12:08, rush at [EMAIL PROTECTED] wrote:
> "Luis Lebron" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> I have been coding php for a few years now, but I haven't build a "high
>> bandwidth" application. I am currently working on an application for a
>> customer that may
another small tweak is to limit or remove html comments.
this doesn't directly speed up code, but makes for less
strain on your outbound pipe (good for you) and smaller
downloads for the users (think dial-up).
i usually try to put my comments in the php code. this
reduces the bytes sent, maintain
3 matches
Mail list logo