Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29341, comment 7


Ignore:
Timestamp:
09/11/2014 06:13:42 PM (10 years ago)
Author:
nacin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29341, comment 7

    initial v1  
    33 * Some basic memory_get_peak_usage() numbers for single and multisite, dashboard and admin (so, 4 numbers), on a few different shared hosts (say, GoDaddy, BlueHost, Dreamhost, and any others someone has access to). (For these tests only, also repeat them on the Russian version of 4.0: http://ru.wordpress.org/wordpress-4.0-ru_RU.zip or using the language chooser.)
    44
    5  * English, single site: Peak usage numbers when crunching the image on #22869 (it's huge, just 4.9MB but 12600 x 9450 pixels) when specifically forcing GD. `add_filter( 'wp_image_editors', function() { return 'WP_Image_Editor_GD'; });`
     5 * English, single site: Peak usage numbers when crunching the image on #22869 (it's huge, just 4.9MB but 12600 x 9450 pixels) when specifically forcing GD. `add_filter( 'wp_image_editors', function() { return array( 'WP_Image_Editor_GD' ); });`
    66
    77 * English, single site: Peak usage numbers when doing a core update that specifically avoids using a partial build. For consistency, how about an update from 3.9.2 to 4.0.