Add prefetch related to the whitelisted product skills
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.
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.