S

Size: a a a
S

S
P
$current_url = $_SERVER['REQUEST_URI'];S
$current_url = $_SERVER['REQUEST_URI'];I
v
$current_url = $_SERVER['REQUEST_URI'];АW
A
АW
S
S
I
I
v
v
I
v
I
P
$this->page['model'] = \Cache::remember('key', 50000, static function() {
return Model::with(['imgprew', 'x', 'y'])->get(['id', 'name', 'slug', 'x_id', 'y_id']);
});$this->page['model'] = Model::with(['imgprew', 'x', 'y'])->remember(50000)->get(['id', 'name', 'slug', 'x_id', 'y_id']);
Cache::forget('key'); ?A