linkedin / css-blocks

High performance, maintainable stylesheets.
http://css-blocks.com/
BSD 2-Clause "Simplified" License
6.33k stars 152 forks source link

[Performance] Reduce the number of arguments passed to the ember helper. #497

Open chriseppstein opened 3 years ago

chriseppstein commented 3 years ago

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.