There is no reason why you can't cache a template fragment that uses 
purchase_info_for_product 
- have you tried it?




Is there a faster way to look up a product price than- 
> {% purchase_info_for_product request product as session %}
>  
> I have a page that I am putting all of my catalogue on, and querying for 
> for the product price via the template tag `purchase_info_for_product` adds 
> additional queries that, as I can tell, can't be stored in the template 
> cache (because you must pass the request). That increases the load times 
> and makes the page much too slow. 
>
> Is there a faster way?
>
> Thank you-
>

-- 
https://github.com/django-oscar/django-oscar
http://django-oscar.readthedocs.org/en/latest/
https://twitter.com/django_oscar
--- 
You received this message because you are subscribed to the Google Groups 
"django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-oscar+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-oscar.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/django-oscar/e0d53b7e-89ba-4c7f-9ece-5b8164644386%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to