Page Caching
1 year 2 months ago #6828
by admin
Page Caching was created by admin
public function behaviors()
{
return [
...
Read more...
{
return [
...
Page Caching
Page caching refers to caching the content of a whole page on the server-side. Later when the same page is requested again, its content will be served from the cache instead of regenerating it from scratch.
Page caching is supported by [[yii\filters\PageCache]], an action filter. It can be used like the following in a controller class:
Reply to admin
- Google AdSense
-
Рекламщик
- On-line
- Advertiser
-
#AdSense
Google AdSense разместил рекламу по теме:
- You are here:
-
Home
-
Форум
-
Фреймворки
-
Yii2 (en)
- Page Caching