Actions
Patch #39837
closedOptimize query models by replacing `map` with `pluck`
Description
The attached patch introduces several changes aimed at optimizing various queries in query models.
It replaces `map` with `pluck` in several places, and improves the efficiency of data retrieval from the database. This change should lead to better performance and reduce memory usage.
Files
Actions