> Would view caching help in this circumstance? Assuming that there is > some good reason for the images to be in the database, then this should > avoid most of the Cake overhead. Just a thought ... >
That might speed it up somewhat, but you're still executing thousands of lines of code to serve a thumbnail. x20. The best view "cache" in this instance is simply to never have the image in the db (it's "cached" as a JPG on the file system and served directly). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
