css-blocks icon indicating copy to clipboard operation
css-blocks copied to clipboard

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

Open chriseppstein opened this issue 5 years ago • 0 comments

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.

chriseppstein avatar Sep 09 '20 22:09 chriseppstein