SearchWP

This Documentation is for SearchWP Version 3

Available since: 1.0

searchwp_indexer_load_monitoring

In Linux environments, SearchWP monitors the current load of the server (e.g. how hard the processor is working) during indexing so as to not overuse server resources. If you would like to prevent SearchWP from monitoring server load, add the following to your theme’s functions.php:

<?php
add_filter( 'searchwp_indexer_load_monitoring', '__return_false' );
view raw gistfile1.php hosted with ❤ by GitHub
[wpforms id="3080"]