Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
Yes I meant the Event Log while ATVO is running and the theme is slowing down. Most likely cause is usually a script that is constantly throwing errors which is very performance heavy. It should show up in the event log if that happens though.

For all these scripts I would suggest adding a check if the type of 'value' is actually what you expect, something like this:
if (value is IEntitySessionResult)
{
//continue
}
else
{
return null;
}


Can you send me the theme at nick.thissen@appgineering.com ?