Changes between Initial Version and Version 1 of Ticket #33885, comment 26
- Timestamp:
- 03/11/2016 03:17:29 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33885, comment 26
initial v1 2 2 3 3 But 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 5 I 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 7 Things are definitely faster! I went from 80-second load times on the editor to only a few seconds. But did I do this correctly?