Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

If requesting help, make sure to mention what game you are attempting to use ACT with.
For the best FFXIV support, join Ravahn's Discord Server. Also check out OverlayPlugin's FFXIV FAQ and Setup Guide.

Custom Trigger Benchmark Question

I got a message about having more than 1000 lines in a log file and to perform custom trigger benchmarking.  I did that and now I know that my EQ2 Synergy trigger is using way more time (36-100+ms depending on zone) than the other triggers.  So what do I do about that?  Is my trigger written poorly?

<Trigger R="(?i):(?&lt;Player&gt;.+?)&#92;&#92;/a says to the group, &quot;Synergy&quot;" SD="Synergy" ST="3" CR="F" C=" General" T="F" TN="" Ta="F" />

Thanks. 
Tagged:

Comments

  • edited August 2019

    Case-insensitivity is expensive in this case.  It is why it's not on by default in ACT.

    Here are some variations of your trigger.  I would suggest using one of the highlighted ones.


    In particular, moving the case-insensitive flag to the quoted string.
Sign In or Register to comment.