Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33885, comment 26


Ignore:
Timestamp:
03/11/2016 03:17:29 PM (9 years ago)
Author:
DJosephDesign
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33885, comment 26

    initial v1  
    22
    33But I'm a little confused by the posts here. I'm on WordPress 4.4 and I need to know how I can implement this temporary fix.
     4
     5I swapped out the code in template.php with the code changes in 33885.2.2.diff. Then, I ran "ALTER TABLE wp_##_postmeta MODIFY meta_key varchar(191);" (where "##" is the blog ID of my subsite).
     6
     7Things are definitely faster! I went from 80-second load times on the editor to only a few seconds. But did I do this correctly?