On Wed, Apr 15, 2009 at 12:18 AM, Rufus <[email protected]> wrote: > > This is true I hope, I am using prepared statements with mysqli so > they should be getting cached as far as I can tell from the > documentation.
No, the idea is that you should implement a cache for these images so that your app needn't go to the database every request. You'd destroy the cached version whenever an image was updated. > Is a database not a file anyway? Yes, although there's another level (the DB application) to go through, inevitably slowing things down. There is some latency involved compared to a straightforward filesystem req. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
