Actions
Task #69910
closedSpeed-up update of translations
Status:
Closed
Priority:
Should have
Assignee:
Category:
Language Manager (backend)
Target version:
Start date:
2015-09-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Sprint Focus:
Remote Sprint
Description
With the current implementation, 1 AJAX call = 1 Extension = 1 Language, I have following figures for my local install:
- 1 AJAX call takes about 3 second to complete
- Going through every extension for 1 language takes 84 AJAX calls and 5 minutes
A quick test shows that when updating 5 instead of 1 extension per AJAX call, I get following figures:
- 18 AJAX calls for all extensions, for German, about 1 minute and 12 seconds
- Between 3.6 and 5.6 seconds per AJAX call
Another test, updating now 10 extensions per AJAX call, gives following figures:
- 9 AJAX calls for all extensions, for German, about 45 seconds
- Updating German and French now takes less than 2 minutes instead of 9-10
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43388
Updated by Xavier Perseguers about 9 years ago
- Sprint Focus set to Remote Sprint
Updated by Xavier Perseguers about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 272f0783fa9cde5d1305918208c61e9418561809.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions