Institution: Macau University of Science and Technology
Registration: 2019-10-14
Score: 2
| CCF | Full Name | Impact Factor | Publisher | ISSN |
|---|---|---|---|---|
No results found. | ||||
| Name | Institution | Registration | Score |
|---|---|---|---|
No results found. | |||
用它输出 view 渲染结果) // 早先版本用了 $content 当循环变量,循环结束后 $content 被赋成 og:image URL,导致整个页面 body 只剩这一行 URL foreach ($ogDefaults as $ogKey => $ogValue) { if (!isset($this->metaTags[$ogKey])) { $this->registerMetaTag(['property' => $ogKey, 'content' => $ogValue], $ogKey); } } // Twitter Card:title / description / image Twitter 会自动从对应 og:* 回退,不用重复注册 // 选 summary 不选 summary_large_image:我们没有每页独立大图,logo 是方形的,summary 卡片更合身 $this->registerMetaTag(['name' => 'twitter:card', 'content' => 'summary'], 'twitter:card'); $this->registerMetaTag(['name' => 'twitter:site', 'content' => '@myhuiban'], 'twitter:site'); //Fav and Touch and touch icons $this->registerLinkTag(['rel' => 'shortcut icon', 'type' => 'image/x-icon', 'href' => Yii::getAlias('@web/images/icons/favicon.ico')]); $this->registerLinkTag(['rel' => 'apple-touch-icon-precomposed', 'sizes' => '144x144', 'href' => Yii::getAlias('@web/images/icons/apple-touch-icon-144-precomposed.png')]); $this->registerLinkTag(['rel' => 'apple-touch-icon-precomposed', 'sizes' => '72x72', 'href' => Yii::getAlias('@web/images/icons/apple-touch-icon-72-precomposed.png')]); $this->registerLinkTag(['rel' => 'apple-touch-icon-precomposed', 'href' => Yii::getAlias('@web/images/icons/apple-touch-icon-57-precomposed.png')]); // 性能优化:关键资源预加载和预连接 // Bootstrap Icons字体预加载(woff2格式),跳过CSS解析直接下载字体 $this->registerLinkTag(['rel' => 'preload', 'as' => 'font', 'type' => 'font/woff2', 'crossorigin' => 'anonymous', 'href' => Yii::getAlias('@web/css/bootstrap-icons/fonts/bootstrap-icons.woff2')]); // Google Tag Manager预连接,减少DNS+TLS握手时间 $this->registerLinkTag(['rel' => 'preconnect', 'href' => 'https://www.googletagmanager.com']); // Google AdSense预连接 $this->registerLinkTag(['rel' => 'preconnect', 'href' => 'https://pagead2.googlesyndication.com']); $this->registerLinkTag(['rel' => 'preconnect', 'href' => 'https://googleads.g.doubleclick.net']); ?>
| CCF | Full Name | Impact Factor | Publisher | ISSN |
|---|---|---|---|---|
No results found. | ||||
| Name | Institution | Registration | Score |
|---|---|---|---|
No results found. | |||