Scripts delaying in console
-
Hi! Since one of last plugin update I have problem. After activating the plugin all scripts run in the console delay the output until complete. If you will run test file with code bellow in console with activated plugin and without you will see the difference:
<?php require('wp-load.php'); $a = 0; while ($a++ <= 10) { echo $a . ' '; sleep(1); }
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Scripts delaying in console’ is closed to new replies.