Thanks all! Andrew - This is for an internal website / app. So, sharing things is a bit inconvenient :-/ The single most noticeable byproduct of the slowness is that typing into form inputs is laggy (you type a word and wait for it to render).
Re: Profilers - what are the tell-tale signs to look out for? Is it as simple as sorting by inclusive / exclusive time and identifying the funcs taking longest then poking at them? Lastly, what would you say are the "usual suspects" - as in: X and Y types of things (timers, dom manipulation, deeply-nested closures, ?) are most often the source of poor performance. fwiw, my project uses two JS files: 1st is requirejs w/ jquery (96kb), 2nd is the concatenated and minified version of all my modules (300kb +/-). -matt -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
