performance - Backbone object memory questions -


have backbone-driven app, , looking information on performance. @ point in time, app managing between 2,500 , 15,000 objects (specifically, models, spread across maybe 50 collections)

i'm trying find details on backbone can handle (each object quite small, small set of custom-methods available it)

any direction great.
thanks

it not question of can backbone handle is amount of available memory @ runtime. 15,000 objects quite few store in mem, might have rendering performance issues if try display each object page element(s) though.

you can try standard memory profiling (https://developer.chrome.com/devtools/docs/heap-profiling) or check backbone debugger (https://chrome.google.com/webstore/detail/backbone-debugger/bhljhndlimiafopmmhjlgfpnnchjjbhd).


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -