artur,
Does it take a long time on each request or only the first?
If only the first, then you could trigger all the scripts after deployment
(thought this is not ideal).
I am no groovy expert, but even a few seconds to compile the script is too long.
Ray
On Wed, 2023-12-13 at 02:55 -0800, artu
> Where does the additional metadata come from :
We have added it in groovy staticly for checking purposes .
> You could put a timer around each statement in the script to see which
one(s) takes a long time
Ray: 11ms but :
I have found out that problem coming from groove just before
artur,
Where does the additional metadata come from?
That script looks very basic. You could put a timer around each statement in
the script to see which one(s) takes a long time.
Ray
On Tue, 2023-12-12 at 02:19 -0800, artur miś wrote:
Notice: This message was sent from outside the University o
Buddys i atached some more information :
I have got problem with long execution time of basic groovy script:
cas.authn.attribute-repository.groovy[0].location=file:/etc/cas/config/custom-attr.groovy
import java.util.*
import java.text.SimpleDateFormat
import groovy.transform.Field
import