Viewing 4 replies - 31 through 34 (of 34 total)
  • Hello,

    Yes now its working, but we have a problem , the server load is high, we have installed memcached too but its still hight, maybe there is smth wrong at code optimization. Cus to find a tittle the system will look at all the tables….

    ———————————————————–
    <?php $recent = new WP_Query(); ?>
    <?php $recent->query(‘cat=50&showposts=5&offset=4’); ?>
    <?php while($recent->have_posts()) : $recent->the_post(); ?>
    <vl>

    • “>
      <?php the_title(); ?>
    • </vl>
      <?php endwhile; ?>
      ———————————————————–

      Maybe this is not the right code to select a title from all that huge db ? any suggestion about it ?

      Thank you and continue the good work

    Hi Avin,

    I can’t help you with the code itself, but if you change crawl_delay to e.g. 5 inside ocp.py, you can reduce the rate at which it opens new pages.

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    It’s hard to guess @avin without looking at your site/server. You can use debug mode to get a better idea of what is happening with your site.

    Hi,

    I’ve experienced a similar problem with cache preload and I couldn’t use Optimus Prime Cache as my host offers Phyton 2.4 only…

    So, I came up with my own PHP solution… Uses the same basic idea as OPC and requires PHP5 to run due to use of SimpleXML.

    Here it is…

    https://www.pixelenvision.com/1572/php-cache-warmer-preloader-for-w3-total-cache/

Viewing 4 replies - 31 through 34 (of 34 total)
  • The topic ‘W3 Total Cache – Page cache not preloading’ is closed to new replies.