Re: per-request cache

2008-09-30 Thread pihentagy
Hi! Thanks for your reply. I thought about it, and come up with the following comments: On Sep 15, 11:04 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Sep 15, 9:11 am, pihentagy <[EMAIL PROTECTED]> wrote: > > Also for consistency and for performance reasons, is it possible to > > someh

Re: per-request cache

2008-09-15 Thread [EMAIL PROTECTED]
On Sep 15, 9:11 am, pihentagy <[EMAIL PROTECTED]> wrote: > Also for consistency and for performance reasons, is it possible to > somehow return the same QuerySet for both items, _which are in the > same request_? > > thanks > Gergo I would suggest looking at the template fragment caching first an

per-request cache

2008-09-15 Thread pihentagy
Hi all! I have a site with sidebar, and main area... I watch the queries, and found that the same queries are executed more, than once. The reason for it: there are some informations in the sidebar, and in the main area (if you request certain pages). Also for consistency and for performance rea