What were the major problems with the MVC framework?

Following are some of the major problems with MVC framework:

1) DOM manipulation was very expensive
2) Applications were slow and inefficient
3) There was huge memory wastage
4) Because of circular dependencies, a complicated model was created around models and views

Comments