Tip: Improve resizing performance

<<If your gadget has lots of visual elements, resizing might get very slow. This happens because onsize is triggered often when the user resizes your gadget. Use code like this to improve the performance of resizing: var resizeTimeout = null; function view_onSize() { clearTimeout(resizeTimeou…>>   (more…)

See original post by Chris Gilmer