JRMorris77
12/21/2016 - 10:19 AM

code snippets.txt

// Reduce Snapshot Table Query Chunks
define('SNAPSHOT_TABLESET_CHUNK_SIZE', 100);

// Reduce Snapshot File Chunks
define('SNAPSHOT_FILESET_CHUNK_SIZE', 10);

// DEV Plugins w/o DEV Dashboard
define( 'WPMUDEV_APIKEY', 'YOUR-API-KEY');

//Enable conditional debug mode in wordpress:
define( 'WP_DEBUG', isset( $_REQUEST['wp-debug'] ) && $_REQUEST['wp-debug'] == 1 );

//Now to see error, add ?wp-debug=1 with your url

// Increase WP Memory Limit
define('WP_MEMORY_LIMIT', '256M');