Closed (fixed)
Project:
Diff
Version:
7.x-3.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2012 at 16:56 UTC
Updated:
29 Jul 2012 at 09:31 UTC
Due to #1458814: File (and image) field support and #248778: Taxonomy diff diff become a little slow on content types with a lot of fields.
Here is a patch which fasten comparison in these cases.
It only applies after the patches provided in the previous issues.
| Comment | File | Size | Author |
|---|---|---|---|
| improve-performances.patch | 4.09 KB | duaelfr |
Comments
Comment #1
alan d. commentedCan you test the developmental version to see if there are still issues with this?
Diff developmental version
Comment #2
alan d. commentedThis should be resolved with the new branch, 7.x-3.0-alpha1 or 7.x-3.0-dev.
A singular function parses out all of the required components before passing this information onto other modules for the actual comparison.