Possible reasons:
- model has significantly much vertices
- model has skin with alpha channel and permanently covers big parts of the screen
- model is created every frame again
- model is not set by the mere vector but moved to the vertex position by c_move
- model is set to vector more than ones per frame
...