Skip to content

isabella232/searchpress-vip-go

 
 

Repository files navigation

SearchPress VIP Go Add-On

Because VIP Go uses a WP-CLI-based cron system, individual cron jobs can run longer without impacting server performance or other cron jobs.

This add-on converts the current cron-based full sync tasks in SearchPress, which by default splits the indexing into 500-post batches across n cron events, to instead index all posts in a single cron event. Posts are still indexed in batches of 500 to conserve memory and maintain reasonable HTTP requests, but a batch of 500 may take 5-10 seconds vs 1 minute.

Instructions

To use this plugin, simply install and activate. No configuration is necessary.

Only Recommended for VIP Go

This plugin can technically be used outside of VIP Go, though you should only consider doing so if you're using the Cron Control plugin or something similar that allows multiple cron jobs to run at a time. Using this plugin with the default WordPress cron could lead to issues, like slowing down your web server and blocking other cron jobs.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.7%
  • PHP 45.3%