Drupal.org doesn't make it easy to post new non-stable releases within existing branches, so it won't list the new 7.x-2.6-rc1 on the main page.

So...if people could test the new rc1 release from here: https://www.drupal.org/node/2501333 and post your findings, that would be appreciated. There were so many commits pushed at once that I wasn't comfortable making a stable 2.6 release yet.

Personally, some stuff like the Features list page seems slower and once I got some memory pool errors from caching. So I'm very interested to hear other reports.

Comments

mpotter’s picture

NOTE: If you get an error about "Maximum execution levels exceeded" see the patch added here: https://www.drupal.org/node/2497139#comment-9999871 which will be in the 2.6 release.

MustangGB’s picture

These are some patches I think should be considered/included:
#927566-82: Add link title to menu link identifiers to make them more unique.
#2506877-2: Remove 'indexes' from field base

I have a feature that remains "Checking..." for a lot longer than with 2.5 (15 seconds rather than the previous 3 seconds), when it comes back as "Overridden" I click to see the details (it's within Views), but it hits a Fatal error: Maximum execution time of 30 seconds exceeded in sites/all/modules/features/features.export.inc on line 1090, it's getting stuck in _features_remove_recursion or _features_is_ref_to, performance is nearly unusable.

EDIT: I take that back, it is unusable, reverting to 2.5

mpotter’s picture

MustangGB: Please give me more information about your feature that is causing the max execution time problem. Did the patch in #2497139: Alter hooks causing overrides due to object properties not sorted not work for you? If not I need to know what module is causing the problem. Otherwise this isn't going to get fixed.

The two issues that you referenced both still have work to be resolved and are not ready for committing. I include patches that have been marked as RTBC, passed testing and review.

nadavoid’s picture

@mpotter I believe the the patch from #2497139: Alter hooks causing overrides due to object properties not sorted did cause a problem. Please see the issue #2543306: drush_features_list() slow - about 220 seconds where we've left some debugging information. Thank you!

mpotter’s picture

Status: Active » Closed (duplicate)

Probably should not be bumping this thread since the 2.6 version was already released. When it's already covered in another issue there is no need to duplicate.