Add caching to speed up your site: Even if you think it isn’t needed
In this post, we will explore solving the n+1 problem using caching. The tools used are Django ORM with which makes the problem becomes common, and the Cachalot library. Writing systems at a start-up...