[wordpress插件] AJAX Comment LoadingAJAX评论加载

wordpress 插件 文章 2020-02-13 10:20 540 0 全屏看文

AI助手支持GPT4.0

评分

60

60

描述

When your posts get a lot of comments, performance can be a concern.

当您的帖子收到很多评论时,性能可能是一个问题。

The generation of the comment HTML and the delivery of all that HTML can slow down your page loads.

注释HTML的生成以及所有HTML的交付都可能减慢页面加载速度。

This plugin has pages load without comments, and then uses a secondary AJAX request to pull down the comments. Navigating through the pages of comments is also handled via AJAX.

此插件加载的页面没有注释,然后使用辅助AJAX请求下拉注释。浏览注释页面也可以通过AJAX进行。

On my test install with 100 comments per page, the onload event fires 2x faster.

在我的测试安装中,每页100条评论, onload 事件的触发速度提高了2倍。

The HTML is generated by the server 6x faster.

HTML是由服务器快6倍生成的。

The HTML downloads 3x faster.

HTML下载速度提高了3倍。

The uncompressed size of the HTML is reduced by a factor of 17.

HTML的未压缩大小减少了17倍。

Initial development of this plugin was commissioned by Google — many thanks!

此插件的初始开发由Google委托-非常感谢!

安装步骤

    1. Upload the ajax-comment-loading folder to your /wp-content/plugins/ directory

      ajax-comment-loading 文件夹上传到您的 / wp-content / plugins / 目录

    2. Activate the “AJAX Comment Loading” plugin in your WordPress administration interface

      在您的WordPress管理界面中激活“ AJAX评论加载”插件

    3. View a page with more than X comments.

      查看包含超过X条评论的页面。

下载地址

https://downloads.wordpress.org/plugin/ajax-comment-loading.1.0.zip

https://downloads.wordpress.org/plugin/ajax-comment-loading.1.0.zip

-EOF-

AI助手支持GPT4.0