doudao1922 2013-04-21 09:55
浏览 13

阻止wordpress计算总帖子数

Hi i would like to display 20 posts ONLY in my frontpage so i created a function to alter the query like this :

if( is_front_page() && $query->is_main_query() ) {
        $query->set('post_type', array('communique-presse', 'info-algerie'));
        $query->set('posts_per_page', '20');
    }

it is working but what i want is to prevent wordpress from calculating the number of pages when generating pagination.

I tried $query->set('paged',1), $query->set('paged',-1) etc... but wordpress is still calculating the number of pages.

I'd like to prevent wordpress from counting the total posts to optimise my site, since i have 50 000 + posts and i think that by disabling total posts counting will optimize the query, so wordpress query only the furst 20 posts without traversing all my 50 000 posts.

  • 写回答

1条回答 默认 最新

  • dtm41506 2013-04-21 10:02
    关注

    You don't need code to say how many posts you want on your frontpage, this is a setting in the admin dashboard, here: /wp-admin/options-reading.php

    And WordPress likely won't iterate over all of your posts to count them and will just call the count() function on the database, so there should be nothing to optimize here.

    评论

报告相同问题?

悬赏问题

  • ¥15 Mac系统vs code使用phpstudy如何配置debug来调试php
  • ¥15 目前主流的音乐软件,像网易云音乐,QQ音乐他们的前端和后台部分是用的什么技术实现的?求解!
  • ¥60 pb数据库修改与连接
  • ¥15 spss统计中二分类变量和有序变量的相关性分析可以用kendall相关分析吗?
  • ¥15 拟通过pc下指令到安卓系统,如果追求响应速度,尽可能无延迟,是不是用安卓模拟器会优于实体的安卓手机?如果是,可以快多少毫秒?
  • ¥20 神经网络Sequential name=sequential, built=False
  • ¥16 Qphython 用xlrd读取excel报错
  • ¥15 单片机学习顺序问题!!
  • ¥15 ikuai客户端多拨vpn,重启总是有个别重拨不上
  • ¥20 关于#anlogic#sdram#的问题,如何解决?(关键词-performance)