Home »
Imported messages »
comp.lang.php »
Re: Windows binaries 64bit for PHP
Re: Windows binaries 64bit for PHP [message #177993] |
Wed, 09 May 2012 22:23 |
Michael Fesser
Messages: 215 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
.oO(Jerry Stuckle)
> OK, so you do it "on the fly" and store the result. That still takes
> more time than doing it once and forgetting it. Your way, you have to
> check on every request for the image to see if your size exists before
> deciding if you need to rescale it or not. Another unnecessary waste of
> processing time.
You can catch that with Apache's error handling. If the image is not
found, the 404 error handler kicks in and creates it.
Micha
--
http://mfesser.de/blickwinkel
|
|
|
Goto Forum:
Current Time: Sun Nov 24 11:56:08 GMT 2024
Total time taken to generate the page: 0.02526 seconds