Soooooo
I found something interesting.
When i mix together TEL and simplified expression i have my time increased 3 times
For example:
"{parent.code}/versions/{@GET(sobject.code)}"
Slower 3x time than:
"{parent.code}/versions/{sobject.code}"
same with {$LOGIN}, etc
What can be happening?
Something like this will solved the case:
{case file.type == 'main', 'playblast'; file.type == 'web', 'playblast/web'; file.type == 'icon', 'playblast/icon';}
This slow naming is like a nail in my foott
I found something interesting.
When i mix together TEL and simplified expression i have my time increased 3 times
For example:
"{parent.code}/versions/{@GET(sobject.code)}"
Slower 3x time than:
"{parent.code}/versions/{sobject.code}"
same with {$LOGIN}, etc
What can be happening?
Something like this will solved the case:
{case file.type == 'main', 'playblast'; file.type == 'web', 'playblast/web'; file.type == 'icon', 'playblast/icon';}
This slow naming is like a nail in my foott