Optimize post_details method to minimize query execution.
tanujjain49 opened this issue · 1 comments
tanujjain49 commented
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.
Money-20 commented
can i work on this?