关注分享主机优惠活动
国内外VPS云服务器

2022年wordpress后台打开速度慢怎么优化?(wordpress慢慢打开)

把它放在主题funitcon.php文件里。

//去掉头中多余的加载信息。
remove_action( 'wp_head ',' WP _ generator ');//删除WordPress版本
remove_action( 'wp_head ',' RSD _ link ');//移除离线编辑器的开放接口
remove_action( 'wp_head ',' wlwmanifest _ link ');//移除离线编辑器的开放接口
remove_action( 'wp_head ',' index _ rel _ link ');//删除此页面上的唯一链接信息
remove_action( 'wp_head ',' parent_post_rel_link ',10,0);//清除上下文信息
remove_action( 'wp_head ',' start_post_rel_link ',10,0);//清除上下文信息
remove_action( 'wp_head ',' adjacent _ posts _ rel _ link _ WP _ head ',10,0);//清除上下文信息
remove_action( 'wp_head ',' feed_links ',2);//删除文章和评论源
remove_action( 'wp_head ',' feed_links_extra ',3);//删除feed等分类。
remove_action( 'wp_head ',' rest_output_link_wp_head ',10);//删除wp-json
remove_action( 'wp_head ',' print_emoji_detection_script ',7);//表头的JS代码
add_filter( 'show_admin_bar ',' _ _ return _ false ');//删除wp-json链接
remove_action( 'wp_head ',' rel _ canonical ');//rel =规范的
remove_action( 'wp_head ',' wp_shortlink_wp_head ',10,0);//rel=shortlink
//remove_action( 'wp_head ',' wp_print_styles ',8);//移除后台插件加载css。
remove_action( 'wp_head ',' print_emoji_detection_script ',7);//去掉表情符号,加载js。
remove _ action(' admin _ print _ scripts ',' print _ e moji _ detection _ script ');//表情符号加载js
remove_action( 'wp_print_styles ',' print _ e moji _ styles ');//移除表情符号,加载css。
remove _ action(' admin _ print _ styles ',' print _ e moji _ styles ');
remove_action( 'wp_head ',' rest_output_link_wp_head ',10);
remove_action('wp_head ',' wp_resource_hints ',2);//删除dns预取复制。

未经允许不得转载:主机频道 » 2022年wordpress后台打开速度慢怎么优化?(wordpress慢慢打开)

相关推荐

评论 抢沙发

评论前必须登录!