Opened 14 years ago
Closed 14 years ago
#1566 closed enhancement (fixed)
Avoid validating already validated resources
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-3.0 |
Component: | Maestro | Version: | 2.1.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The validation performance of Maestro can be improved with the following changes:
- Use IGetResourceContents to grab the whole resource set at once
- If a resource has been validated, put it in a dictionary of validated resources (by resource id). For each resource to be validated, if it is already in this dictionary, skip the validation
Note:
See TracTickets
for help on using tickets.
Fixed r5473