Project

General

Profile

Actions

Bug #39731

closed

Bug #36744: Workspaces are unusable on larger installations

Calculate percentage of differences if column is shown

Added by Oliver Hader over 11 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Workspaces
Target version:
Start date:
2012-08-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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.


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #39727: Calculating percentage of differences is slowRejectedOliver Hader2012-08-12

Actions
Related to TYPO3 Core - Bug #35172: Connection timeout when parsing large number of changed recordsClosed2012-03-23

Actions
Related to TYPO3 Core - Task #39732: Add current backend user as cache tagClosedOliver Hader2012-08-12

Actions
Related to TYPO3 Core - Task #44189: Workspaces: Preview all for editorsClosed2012-12-21

Actions
Actions

Also available in: Atom PDF