Parsing vectors makes the UI slow, so we should avoid that somehow. I think we have two options for this: - Parse the vector and store it in the model. - Use JavaScript to handle this on the client side (only works for the UI) - not recommended.