Memcached – Auth assignment database call yii2
I am using Yii2 and using the yiirbacDbManager for auth assignment. I was looking at the logs to see where all the database calls are coming from and this query SELECT `b`.* FROM `auth_assignment` `a`, `auth_item` `b` WHERE ((`a`.`item_name`=`b`.`name`) AND…