Feature #10431
Caching result
| Status: | On Hold | Start date: | 2010-10-25 | ||
|---|---|---|---|---|---|
| Priority: | Should have | Due date: | |||
| Assignee: | Michael Miousse | % Done: | 60% |
||
| Category: | - | ||||
| Target version: | Core - 6.0.0 | ||||
| TYPO3 Version: | 4.7 | Tags: | |||
| PHP Version: | Complexity: | ||||
| Votes: | 0 |
Description
If your webpage contains multiple links to the same URL page, the link is checked multiple times.
We should cache the result to check a link only once.
Related issues
| blocks Linkvalidator - Feature #10432: Check link by chunk with the backend module | Accepted | 2010-10-25 |
History
Updated by Patrick Gaumond over 2 years ago
- Assignee set to Michael Miousse
- % Done changed from 0 to 60
Updated by Patrick Gaumond over 2 years ago
- Status changed from New to Accepted
Updated by Michael Miousse over 2 years ago
- Status changed from Accepted to On Hold
Caching was already implement into the class tx_linkvalidator_linkTypes_External.
it will only be true again once the feature for checking link by chunck will be implemented.
Updated by Philipp Gampe over 1 year ago
- Target version set to 4.7.0
- TYPO3 Version set to 4.7
Feature --> postponed
Actually this would need a complete rewrite as we must have a queue first. This would then allow to only collect unique links with a list of records in which the link occurs.
Updated by Philipp Gampe about 1 year ago
- Target version changed from 4.7.0 to 6.0.0