Good day webcon community,
As the title states, i ask myself if javascript is faster than using formrules.
As example i had a formrule what would get the sum of a number column in an item list and compare it to another field. It took sometime for the formrule to procress this, while my javascript that i wrote in a html element did it much faster.
I wonder now if i should reimplement certain functions with javascript instead of using formrules to shorten the page loading time.
So can someone pls list the benefits/disadvantages of using formrules as opposed to javascript?