Title: Not responding load-scripts.php so busy!
Last modified: August 19, 2016

---

# Not responding load-scripts.php so busy!

 *  Resolved [enseitankado](https://wordpress.org/support/users/enseitankado/)
 * (@enseitankado)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/wp-adminload-scriptsphp-so-busy/)
 * I have an interesting problem after i installed WP 3.
 * When I try to edit a post wp not responding and waiting.
    FireBug console says
   the page waing for load-script.php ([http://www.tankado.com/wp-admin/load-scripts.php?c=1&load=jquery,utils,quicktags,editor&ver=f219d9ebfeb10659e7038094a3f50ef1](http://www.tankado.com/wp-admin/load-scripts.php?c=1&load=jquery,utils,quicktags,editor&ver=f219d9ebfeb10659e7038094a3f50ef1))
   And couldnt edit a post.
 * I tried some methods to fix
    —————————————
    1. I manually upgraded WP (wp-admin, wp-includes and root)
    2. Disabled all plugins (Also I moved the plugins folder)
    3. Checked wp-config.php
    4. I setted PHP Memory Limit to 256MB in php.ini (and wp-config define)
    5. I checked file system permission and ownering (centos linux)

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/wp-adminload-scriptsphp-so-busy/#post-1588801)
 * Have you tried re-uploading the wp-admin and wp-includes folders from a **fresh**
   download of WordPress?
 *  Thread Starter [enseitankado](https://wordpress.org/support/users/enseitankado/)
 * (@enseitankado)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/wp-adminload-scriptsphp-so-busy/#post-1588805)
 * Finally, I found the reason of busy page.
    This is an realy exceptional situation…
 * Source of problem is **gzdeflate function** in **load-scripts.php** at **line
   134**. I think that it output an malicious data to browser and browser waiting
   forever… If I select a different compression level diffent from 3 then problem
   solved.
 * Also, load-scripts.php script reads four js file into variable named $out then
   compress it and output to browser. Scripts are below:
 * _./public\_html/wp-includes/js/jquery/jquery.js
    ./public\_html/wp-admin/js/utils.
   js ./public\_html/wp-includes/js/quicktags.js ./public\_html/wp-admin/js/editor.
   js
 * If I change the content of any one of the js files above then problem fixed. 
   I prefer to set compression level to 9.
 * I will try to debug of crafted output of gzdeflate.
    -  I’m using;
    - WordPress 3
    - PHP 5.1.6 (cli) (built: Mar 31 2010 02:44:37)
    - Apache Server version: Apache/2.2.3 Server built: Apr 4 2010 17:19:54

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

The topic ‘Not responding load-scripts.php so busy!’ is closed to new replies.

## Tags

 * [load-scripts](https://wordpress.org/support/topic-tag/load-scripts/)
 * [not responding](https://wordpress.org/support/topic-tag/not-responding/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [enseitankado](https://wordpress.org/support/users/enseitankado/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/wp-adminload-scriptsphp-so-busy/#post-1588805)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
