TheAbhijeet/Django_blog

Optimize post_details method to minimize query execution.

tanujjain49 opened this issue · 1 comments

The post_details method calls 2 sql queries. We can minimize the number of queries required to be executed to fetch the post and associated comments.

can i work on this?