PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

What value is more efficient?

  1. I know this may seem like an odd question...

    ...but which type of value do think is more efficient and is easier/faster to process for sending a notification email with a calculation form?

    A decimal number (ex. 0.25)...

    or

    A double digit (ex. 44)

    Thank you!

    Posted 10 years ago on Friday June 14, 2013 | Permalink
  2. And in terms of notification emails...

    Is it a better idea (more efficient and smoother) to be putting all of the conditionals on ONE meta-tag...

    Or evenly distribute the conditionals on each meta-tag?

    Daniel

    Posted 10 years ago on Friday June 14, 2013 | Permalink
  3. I'm just trying to find the most efficient ways possible in order to have my form run smoothly and efficiently...

    Considering that I have many notification emails..

    Thanks you!

    Daniel

    Posted 10 years ago on Friday June 14, 2013 | Permalink
  4. David Peralty

    Whole numbers or decimals shouldn't change the comparison speed for PHP. Not sure what you mean by the meta tag question. I understand, but it is very rare that anyone needs as many notifications as you've needed to create, so you are definitely going to have some unique issues in your unique situation...

    Posted 10 years ago on Friday June 14, 2013 | Permalink
  5. Thanks for the prompt response.

    I'm trying to figure out what will run the best.

    In terms of efficiency and how things process what would be better:

    To put all of 100 conditional messages on Misc. meta tag?

    OR

    20 on Misc 1

    20 on Misc 2

    20 on Misc 3

    20 on Misc 4

    ...All evenly distributed...

    Thank you!

    Daniel

    Posted 10 years ago on Friday June 14, 2013 | Permalink
  6. I'd like for my form to run as fast and efficient as possible.

    Posted 10 years ago on Saturday June 15, 2013 | Permalink
  7. Anyone?

    Posted 10 years ago on Monday June 17, 2013 | Permalink
  8. David Peralty

    No one on our team has done assessments relating to efficiency for those kinds of structures, so we don't have any information that can help you regarding this at this time.

    Posted 10 years ago on Monday June 17, 2013 | Permalink
  9. No worries.

    Can you please let me know when you guys assess it?

    Thank you! :)

    Daniel

    Posted 10 years ago on Monday June 17, 2013 | Permalink