Hello, My app needs a couple of "settings" to work, settings I have to fetch on every page request (like the default metadescription, and some other strings and booleans I will need in every views). These settings are global (they are the same for every page and for every user), and I have to change them about once every three weeks. I used to keep them in my database and getting them on every request.
But hitting my db on every request for so much little data seems a little overhead to me now, and I was wondering if (in terms of performance) it had a real impact ? The amount of data queried is really small, but it takes 5-6 requests. And if so, what would be a possible alternative ? (Maybe using cake Cache ?) Thanks in advance to anyone who could give me some pointers about that --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---