Changes between Initial Version and Version 1 of Ticket #29341, comment 7
- Timestamp:
- 09/11/2014 06:13:42 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29341, comment 7
initial v1 3 3 * 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.) 4 4 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' ); });` 6 6 7 7 * 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.