css-blocks
css-blocks copied to clipboard
[Performance] Reduce the number of arguments passed to the ember helper.
It seems like reducing the number of arguments pass to the ember helper will improve performance. We should do an experiment where we serialize a json object with all the information that we need and then deserialize it on the other side to see if this is notably faster.