feat(search): enable query logging for global search caching
This commit is contained in:
@@ -69,6 +69,7 @@ class GlobalSearch extends Component
|
|||||||
$cacheKey = self::getCacheKey(auth()->user()->currentTeam()->id);
|
$cacheKey = self::getCacheKey(auth()->user()->currentTeam()->id);
|
||||||
|
|
||||||
$this->allSearchableItems = Cache::remember($cacheKey, 300, function () {
|
$this->allSearchableItems = Cache::remember($cacheKey, 300, function () {
|
||||||
|
ray()->showQueries();
|
||||||
$items = collect();
|
$items = collect();
|
||||||
$team = auth()->user()->currentTeam();
|
$team = auth()->user()->currentTeam();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user