Tester Takes Too Long During Publish Validation

 

Hi

I have an indicator that processes a lot of data. It published successfully around a year to 18 months ago. Now I get Tester Takes Too Long during publish validation. The code is already highly optimised.

Is there anything I can do to get it published?

Thank you.

 
Robert Andrew Northen: I have an indicator that processes a lot of data. It published successfully around a year to 18 months ago. Now I get Tester Takes Too Long during publish validation. The code is already highly optimised.

Is there anything I can do to get it published?

If it takes too long with the validation process, imagine how users will feel when they want to back-test or run optimisations on your product—they will not like it one bit.

Short answer: Your product (or its code) is bloated!

Solution: Improve it even more, and give the user the option to select between various degrees of how the data is processed, and set the default to the quickest/leanest method (which is what the validation process will use).

Reason: