• Hi Robin,

    Is this the memory leaking that was described here?:

    No, as you are running on 1.89

    I removed at least thirty lines of code and twenty comment lines, yet the total bytes only decreased by 48 and the memory usage block doesn't even budge. I expected around 1000+ bytes to decrease.

    • check section MINIFICATION in WebIDE SETTINGS

    • use dump() to list code

    • shorten long names eg var sFCC = String.fromCharCode; if used more than one time to shrink size of code.

  • Thr 2017.02.23

    Thank you @MaBe for the reminders

    shorten long names eg var sFCC = String.fromCharCode;

    I'll use this technique in my nearly identical html header block responses. Will take some time to refine, but this will shrink the number of lines of code significantly.

About

Avatar for Robin @Robin started