Opened 13 years ago

Closed 13 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

Change History (1)

comment:1 by jng, 13 years ago

Resolution: fixed
Status: newclosed

Fixed r5473

Note: See TracTickets for help on using tickets.