Bug #39731
closedBug #36744: Workspaces are unusable on larger installations
Calculate percentage of differences if column is shown
0%
Description
The workspace view in the backend has a feature to calculate the percentage of differences between live and workspace version.
This implementation iterates over each record and each field by using the PHP method similar_text().
The complexity of similar_text() is measured with O(n^3) which quickly can turn into a nice waiting period if string length is more than approx 4000 characters.
Thus, the change value will only be calculated if the accordant column "change" is shown.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch workspaces_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/13614
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/21109
Updated by Stefan Neufeind over 11 years ago
Not for 4.6/4.7 anymore. But I guess we'll need it for 4.5 then?
Does this also affect the 6.x-series?
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to Closed
- Is Regression set to No
Not for 4.5 anymore