Title: edit.php and post-new.php load
Last modified: August 30, 2016

---

# edit.php and post-new.php load

 *  [rezag](https://wordpress.org/support/users/rezag/)
 * (@rezag)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/editphp-and-post-newphp-load/)
 * This is on a new install with Twenty Fifteen theme and no activated plugins.
   
   I used Really Simple CSV Importer to import ~4000 pages with title and one word
   content for each. This is to have my pages ready for use with Advanced Custom
   Fields (pages will have dozen text areas metaboxes, no relationship or advanced
   ACF features) edit.php and post-new.php are very slow. I guess the number of 
   pages are the factor. I wanted to see what effect deactivating ACF and all other
   plugins have. No noticeable difference, I turned off all screen options and reduced
   the ‘Number of items per page’ too, so now the edit.php _only_ shows pages titles
   and post-new.php _only_ the title and content boxes and Publish buttons.
 * I guess the question is the following, on both edit.php and post-new.php after
   all I have done above when I look at the page source a list of all my pages are
   loaded below this code:
 *     ```
       <div id="pageparentdiv" class="postbox  hide-if-js" >
       <div class="handlediv" title="Click to toggle"><br /></div><h3 class='hndle'><span>Page Attributes</span></h3>
       <div class="inside">
       <p><strong>Parent</strong></p>
       <label class="screen-reader-text" for="parent_id">Parent</label>
       <select name='parent_id' id='parent_id'>
       ```
   
 * Is it possible to not have that load every time? If so, using a filter or plugin?
 * TIA

The topic ‘edit.php and post-new.php load’ is closed to new replies.

## Tags

 * [Backend](https://wordpress.org/support/topic-tag/backend/)
 * [load](https://wordpress.org/support/topic-tag/load/)
 * [speed](https://wordpress.org/support/topic-tag/speed/)

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 0 replies
 * 1 participant
 * Last reply from: [rezag](https://wordpress.org/support/users/rezag/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/editphp-and-post-newphp-load/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
