File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Read [Code Snippets tutorial][1] and
1818from [ addyosmani/timing.js] ( https://github.com/addyosmani/timing.js ) .
1919* [ local-storage-size.js] ( local-storage-size.js ) - measures size of the strings in the ` localStorage ` .
2020* [ expensive-keys.js] ( expensive-keys.js ) - measures how much space individual keys and their values
21- take up in a collection of objects.
21+ take up in a collection of objects, read [ Measuring Space Allocation ] [ measure ] .
2222
2323### Angular performance
2424
@@ -82,3 +82,4 @@ Support: if you find any problems with this module, email / tweet /
8282
8383[ 1 ] : http://bahmutov.calepin.co/chrome-devtools-code-snippets.html
8484[ 2 ] : http://bahmutov.calepin.co/improving-angular-web-app-performance-example.html
85+ [ measure ] : http://bahmutov.calepin.co/measure-space-allocation.html
You can’t perform that action at this time.
0 commit comments