Title: sutersoftware's Replies | WordPress.org

---

# sutersoftware

  [  ](https://wordpress.org/support/users/sutersoftware/)

 *   [Profile](https://wordpress.org/support/users/sutersoftware/)
 *   [Topics Started](https://wordpress.org/support/users/sutersoftware/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sutersoftware/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sutersoftware/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sutersoftware/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sutersoftware/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sutersoftware/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Preload in batches?](https://wordpress.org/support/topic/preload-in-batches/)
 *  Thread Starter [sutersoftware](https://wordpress.org/support/users/sutersoftware/)
 * (@sutersoftware)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/preload-in-batches/#post-18597282)
 * Small addition: Most of my customer websites are static websites. I have disabled
   the garbage collector and set the refresh preloaded cache files to 0. I then 
   use a PLESK cron job to start my own PHP script that starts the preload. This
   means that the supercache is recreated every 12 hours (twice daily). Some websites
   have so few hits that the pages would not be cached at all.
 * Perhaps it would be a great idea to have such an option / function directly in
   the plugin. Instead of my own homemade solution. (To start the preload from a
   server-side cron job.) What do you think?
 * Happy to share my code.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Preload in batches?](https://wordpress.org/support/topic/preload-in-batches/)
 *  Thread Starter [sutersoftware](https://wordpress.org/support/users/sutersoftware/)
 * (@sutersoftware)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/preload-in-batches/#post-18597252)
 * Mixed. Most of the websites in my customer base only contain posts (the normal
   blog posts). However, there are also some sites that feature WooCommerce products,
   events from the Events Calendar plugin or ACF custom posts. Or all of it together.
 * With WooCommerce products and events, sites quickly exceed 100 posts. 
 * I’m not sure if I have understood you correctly and if this is the answer you
   need. If not, please ask again. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Preload in batches?](https://wordpress.org/support/topic/preload-in-batches/)
 *  Thread Starter [sutersoftware](https://wordpress.org/support/users/sutersoftware/)
 * (@sutersoftware)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/preload-in-batches/#post-18596659)
 * That is exactly the behavior I have noticed. And that is also the reason why 
   only 10 pages were preloaded . ($step = (int)( $count / 10 );). I didn’t notice
   that the website had over 100 posts and then this hidden setting came into play.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Preload in batches?](https://wordpress.org/support/topic/preload-in-batches/)
 *  Thread Starter [sutersoftware](https://wordpress.org/support/users/sutersoftware/)
 * (@sutersoftware)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/preload-in-batches/#post-18587308)
 * Hi [@lastsplash](https://wordpress.org/support/users/lastsplash/)
 * I am not sure. But! I noticed that on some websites, under the text “Refresh 
   preloaded cache files every…” (on the preload tab of the wp super caches settings
   page) a dropdown menu appears where I can select how many posts should be preloaded.
 * I couldn’t figure out when the dropdown appears. I have websites with posts, 
   and it doesn’t appear there. And it appears on others.
 * This dropdown did not appear on the websites where the error occurred. Then suddenly
   it appeared with a small value. So I think the setting changed from a hidden 
   dropdown and a value “all” to a visible dropdown and a small number based value.
   And that’s why not all pages were preloaded.
 * It makes sense that the default value is not set to “all,” especially for websites
   with 1000+ posts. But what criteria are used to display this dropdown menu? I
   couldn’t figure that out.
    -  This reply was modified 1 year, 1 month ago by [sutersoftware](https://wordpress.org/support/users/sutersoftware/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Preload in batches?](https://wordpress.org/support/topic/preload-in-batches/)
 *  Thread Starter [sutersoftware](https://wordpress.org/support/users/sutersoftware/)
 * (@sutersoftware)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/preload-in-batches/#post-18580594)
 * Nginx caching was enabled in some web hosting services. With high values. That’s
   why some pages weren’t preloaded even though the files weren’t visible in the
   web hosting file manager.
 * The question with the WPSC_PRELOAD_POST_COUNT is still open. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All 404 Redirect to Homepage] PHP Warning: Undefined array key “p404_execlude_media”](https://wordpress.org/support/topic/php-warning-undefined-array-key-p404_execlude_media/)
 *  Thread Starter [sutersoftware](https://wordpress.org/support/users/sutersoftware/)
 * (@sutersoftware)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/php-warning-undefined-array-key-p404_execlude_media/#post-17845386)
 * Hi Adam
 * Thank you for the fix!
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All 404 Redirect to Homepage] PHP Warning: Undefined array key “p404_execlude_media”](https://wordpress.org/support/topic/php-warning-undefined-array-key-p404_execlude_media/)
 *  Thread Starter [sutersoftware](https://wordpress.org/support/users/sutersoftware/)
 * (@sutersoftware)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/php-warning-undefined-array-key-p404_execlude_media/#post-17837664)
 * Hi Adam
 * Thank you for your service. But I didn’t get an update notice. Do you know when
   the update will be released?
 * Regards
    -  This reply was modified 2 years, 2 months ago by [sutersoftware](https://wordpress.org/support/users/sutersoftware/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Responsive Table for Divi] Good solution for Divi table](https://wordpress.org/support/topic/good-solution-for-divi-table/)
 *  Plugin Author [sutersoftware](https://wordpress.org/support/users/sutersoftware/)
 * (@sutersoftware)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/good-solution-for-divi-table/#post-16928547)
 * Hi Kausar. Thank you for your review. I agree with you. I have been thinking 
   about not offering this plugin through wordpress.org for a while now. For many
   different reasons. Would you use this plugin if it was provided and updated directly
   through its own website? On its own website, support and documentation, as well
   as a description and code examples for the plugin would be much better to offer.
   What do you think about this idea?

Viewing 8 replies - 1 through 8 (of 8 total)