Survey: Is your web app more efficient with an aggressive compilation mode?

Hi all,

Obviously, all applications have different computing needs, but let’s do a little survey:

With a web app, you noticed a difference in performance from a compilation with a “Default” optimization level to an “Aggressive” optimization level?

The different optimization settings are only going to really affect things that take computing time - math operations, string manipulations, etc. that are done in Xojo code. Things that are done using OS framework calls aren’t going to be affected.
Neither will networking code as thats largely done using OS calls. So, depending on what your application does, you may see a lot of speed up or very little.