[WordPress] 外掛分享: 博客优化

前言介紹

  • 這款 WordPress 外掛「博客优化」是 2015-08-10 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2018-03-18,距離現在已有 2604 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.1 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

smyx |

外掛標籤

cdn | post | smtp | comments | Optimize |

內容簡介

Optimization

Auto-rename files with Chinese names on upload [v1.1]
Naming convention: timestamp+random number

Disable notification to admin when new users register [v1.1]
By default, WordPress sends a notification email to the admin when a new user registers. If you don't need this notification, you can turn it off.

Redirect to homepage after login [v1.1]
By default, when you log in through wp-login.php, you are redirected to the dashboard. With this option enabled, you will be redirected to the homepage instead, but only if the redirect_to parameter is not specified.

Disable upgrades
Enabling this option will disable upgrades for WordPress core, themes, and plugins, which will speed up your website's backend significantly. We recommend enabling this option only when you want to upgrade and then disabling it afterwards.

Remove unnecessary code from header

Disable Trackbacks
Trackbacks can result in spam comments.

Remove admin toolbar

Disable revision history and autosave

Optimize post IDs
This will optimize the continuity of post IDs when publishing articles. Note that you need to enable "Disable revision history and autosave" for this to take effect. Also, cleaning up "autosaved posts" and "invalid menu items" will be disabled automatically.

Disable XML-RPC interface
Do not disable this option if you use an offline tool to publish articles.

Change avatar server
If your users are mainly from China, it's recommended to choose a local server.

Replace Google Fonts Library
This is one of the reasons why the backend may be slow.

Replace Google Frontend Public Library with 360 CDN

14. Remove modules from the backend homepage

Remove modules from the article publishing page
Comments (recommended, don't run to the article editing page to check comments)
Author (recommended, no need to change the article author)
Custom fields (hidden only, does not affect functionality)
Note that admins can still use custom fields at any time.

Enhancement

Sitemap (supports custom post types)(compatible with Baidu and Google, supports Baidu Mobile Sitemap) [v1.1]

Accelerate with CDN [v1.1]

Use SMTP to send emails (comprehensive, including registration, password retrieval, etc.) [v1.1]

Customize:

Exclude certain categories from homepage
Enter the category IDs, separated by commas. To help find the IDs, you can enable "Display IDs in lists of articles, comments, and users" below.

Exclude certain articles from homepage
Enter the post IDs, separated by commas. To help find the IDs, you can enable "Display IDs in lists of articles, comments, and users" below.

Add meta code to the website header
Note: Can be used for various meta verifications.

Add extra code to the website footer
For example, you can add analytics tracking code here.

Other settings:

Record the user's last login time
This will record the time the user logs in and display it in the User List.

Display IDs in lists of articles, comments, and users
This will display IDs in lists such as Posts, Pages, Comments, Users, Categories, and Tags. For example, the Page list will also display the name of the template file, and the User list will also display the registration time.

Disable direct editing of themes and plugins
When disabled, you cannot edit theme or plugin files directly in the backend.

Sort homepage articles by modification time

Multiple sorting options for homepage articles
You can sort articles by adding a "sort" parameter to the homepage URL, for example: https://wptao.com/?sort=modified

原文外掛簡介

优化

上传遇到中文名称时自动改名 [v1.1]
命名方式: 时间戳+随机数字

新用户注册时禁止通知管理员 [v1.1]
默认情况下,新用户注册时会发送一封邮件通知管理员,如果不需要通知请开启。

登录后跳转到首页 [v1.1]
如果在wp-login.php登录,默认是进入后台(仪表盘),开启后会进入首页。只有在redirect_to没有值时生效。

关闭升级
开启后,将禁用WordPress升级、主题升级、插件升级,后台速度将大大提升。建议在想升级时开启,升级后关闭。

去掉头部多余代码

关闭 Trackbacks
Trackbacks会带来一些垃圾评论

移除顶部工具栏

禁止修订日志及自动保存

文章ID连续
发布文章时会对文章ID连续性做一些优化。需要开启【禁止修订日志及自动保存】,同时数据清理的[自动保存的文章]、[无效的菜单]的清理将自动失效。

禁用 XML-RPC 接口
如果你使用离线工具发布文章,请勿关闭。

修改头像服务器
如果您的用户主要在国内,建议选择一个。

替换Google字体库
这是导致后台慢的原因之一。

替换Google前端公共库为360 CDN

14.移除后台首页模块

移除文章发布页面模块
评论(推荐,没那么神经跑到文章编辑页面查看评论吧)
作者(推荐,不需要修改文章作者吧)
自定义栏目(仅仅隐藏,功能并不影响)
无论何时,管理员仍然可以使用自定义栏目。

增强
Sitemap(站点地图,支持自定义文章类型)(百度和Google通用,支持百度移动Sitemap)[v1.1]
使用CDN加速 [v1.1]
使用SMTP发邮件(整站通用,包括注册,找回密码等)[v1.1]
自定义:

首页不显示某些分类
填写分类数字ID,多个用英文逗号,分开,为方便查看ID,可以在下面开启【文章、评论、用户等列表显示ID】

首页不显示某些文章
填写文章数字ID,多个用英文逗号,分开,为方便查看ID,可以在下面开启【文章、评论、用户等列表显示ID】

网站头部添加Meta代码
提示:可以用于各种Meta验证

网站底部添加额外代码
比如:可以添加统计代码等

其他:

记录用户上次登录时间
开启后会在用户登录时记录时间,并在用户列表中显示。

文章、评论、用户等列表显示ID
包括文章、页面、评论、用户、分类、标签列表,其中,页面列表还会显示模板文件名,用户列表还会显示注册时间。

禁止编辑主题或者插件
关闭后,不能在后台不能直接编辑主题或者插件文件。

首页文章按修改时间排序

首页文章多种排序方式
在首页链接后添加参数sort,可以排序文章,比如https://wptao.com/?sort=modified 表示按修改时间排序,当值为 date 表示按时间排序,当值为 comment_count 表示按评论数从多到少排序;当值为 rand 表示按随机排序;当值为 views 表示按访问数排序(需要安装相关插件)

文章链接可以改为站外链接开启后,无论对外显示外链还是内链,打开链接都将跳转到外链。
文章使用站外链接的字段名,在文章发布页面,添加自定义栏目,输入新栏目_links_to 值为具体外链。

数据库清理
定时清理
开启后,会定时清理以下数据库信息。如需只定时清理部分冗余数据,可以勾选后【保存设置】

文章修订版本

自动保存的文章

无效的菜单

无效的postmeta记录(文章已删除)

垃圾评论(包括回收站)

Trackback评论

无效的commentmeta记录(评论已删除)

空标签

冗余的feed

没用的用户资料(包括aim,yim,jabber)

常用设置
省略
常见问题
1、对服务器有什么要求?
需要安装zend组件,目前仅支持安装了PHP5.2.x、PHP5.3.x和PHP5.4.x系列的服务器环境,购买前,请打开 http://pan.baidu.com/s/1pJluHjt 下载后上传到网站根目录,通过 http://您的网站网址/test.php 打开,检查您的服务器是否支持!
2、是一次性收费还是每年收费?我能免费升级吗?
是一次性收费,下载的插件可以永久使用,免费升级一年,第二年起每年收取20%升级费用,不升级不收费。
3、我能退货吗?
该插件是互联网产品,具有可复制性,一旦购买,不能退款。
4、我用了一段时间后,能更换域名吗?
插件是绑定域名的,一旦购买后不能修改。
5、提供技术支持吗?
支持的,请联系插件作者即可。(联系方式见插件页面)
6、我应该选择单域名/多域名/WPMU中的哪一类型?
比如您的网址是 http://www.yoururl.com/blog/
如果您购买了单域名,只能在这个www.yoururl.com域名下的网站使用,不能用于二级域名,但是你可以直接为二级域名购买插件。提示:加www和不加www视为同一个单域名,都能使用。
如果您购买了根域名,支持该域名下的所有网站,所有的二级域名下的网站也能使用。
如果您购买了WPMU,在根域名的基础上,还能使用WordPress MU Domain Mapping插件绑定其他域名。

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「博客优化」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


最新版本

延伸相關外掛(你可能也想知道)

文章
Filter
Apply Filters
Mastodon