Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reflect deprecation in title

...

  • Avoid beestings. The code within a beesting has to be parsed. A string concatenation is faster.
  • Turn logging off. Logging takes time to perform and increases the size of the payload significantly. 
  • Ensure your module is cachable. This is a biggie because loading modules on the fly takes a lot of time. Read the module docs to find out what makes a module cachable.