Title: Scripts delaying in console
Last modified: July 7, 2020

---

# Scripts delaying in console

 *  Resolved [estadio](https://wordpress.org/support/users/estadio/)
 * (@estadio)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/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)

 *  Plugin Contributor [Kishan Ranawat](https://wordpress.org/support/users/kishanranawat/)
 * (@kishanranawat)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/scripts-delaying-in-console/#post-13134444)
 * Hi there,
 * We are really sorry for not replying in a timely manner.
 * Thanks for letting us know about it and also thanks for explaining the steps 
   to reproduce the same.
 * We are looking into it and will get back to you as soon as possible.
 *  Thread Starter [estadio](https://wordpress.org/support/users/estadio/)
 * (@estadio)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/scripts-delaying-in-console/#post-13135094)
 * [@kishanranawat](https://wordpress.org/support/users/kishanranawat/) Hi, thank
   you. We’ll be waiting.
 *  Plugin Contributor [Kishan Ranawat](https://wordpress.org/support/users/kishanranawat/)
 * (@kishanranawat)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/scripts-delaying-in-console/#post-13163733)
 * Hi [@estadio](https://wordpress.org/support/users/estadio/),
 * We are glad to inform you that the issue has been fixed in the latest version(**
   4.5.2**) of Email Subscribers.
 * Please update to the latest version and let us know how it goes for you. Let 
   us know if you have any further queries.
 *  Thread Starter [estadio](https://wordpress.org/support/users/estadio/)
 * (@estadio)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/scripts-delaying-in-console/#post-13203207)
 * [@kishanranawat](https://wordpress.org/support/users/kishanranawat/) Hi, thank
   you! Now it works great!

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

The topic ‘Scripts delaying in console’ is closed to new replies.

 * ![](https://ps.w.org/email-subscribers/assets/icon-256x256.png?rev=2274172)
 * [Email Subscribers & Newsletters - Email Marketing, Post Notifications & Newsletter Plugin for WordPress](https://wordpress.org/plugins/email-subscribers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-subscribers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-subscribers/)
 * [Active Topics](https://wordpress.org/support/plugin/email-subscribers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-subscribers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-subscribers/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [estadio](https://wordpress.org/support/users/estadio/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/scripts-delaying-in-console/#post-13203207)
 * Status: resolved