After every call of derequireField or rerequireField the method reInitializeParsleyValidation gets called. This results in a lot destroy and initialize of parsely. The the form contains a lot of fields this sums up to a lot of processing time.
If the call is only done once after the form was processed this would speed up the validation a lot.
After every call of derequireField or rerequireField the method reInitializeParsleyValidation gets called. This results in a lot destroy and initialize of parsely. The the form contains a lot of fields this sums up to a lot of processing time.
If the call is only done once after the form was processed this would speed up the validation a lot.