mix holo.compiler.page_ex_fun_sizes (hologram v0.6.5)
View SourceCalculates the JavaScript size of each Elixir function that is included in the specified page module bundle. The results are sorted by size.
Examples
$ mix holo.compiler.page_ex_fun_sizes MyPageModule
Where MyPageModule is the name of the page module you want to analyze (without the Elixir. prefix).