Hi All,
I have been working on performance analysis using the Chrome Dev Tools to do Heap Snapshots among other things.
I noticed that our website has lots of "(string)" objects when I look at the Heap Snapshot, these "(string)" contain Javascript code that was loaded from file.
I also noticed that this same code is inside "(compiled code)"
Can anyone help me understand why my Javascript code is being stored as a string inside "(string)"?
It is taking up 36MB in (string) & 53MB in (compiled code)

Thanks
Damien