Skip to content

Add prefetch related to the whitelisted product skills

Compare
Choose a tag to compare
@DawoudSheraz DawoudSheraz released this 11 Sep 06:53
· 37 commits to master since this release
2c39d13

To avoid the N+1 issue while fetching the catalog courses, prefetch is added to the product skills query set so that the database access can be optimized ultimately improving the performance.