Probably it is for me myself as it incorporates several changes.
How it is
Currently main page shows list of recent user actions at one side and list of recent problems at the other. The data are loaded in the corresponding controller.
In future we want main page to be customizable (for case when people want to change them for their clone of the site). Thus preloading this data may be unnecessary.
How it should be
Loading these two data blocks should be done in separate API endpoints (e.g. two json-returning urls). Then main page template should load them via javascript, if necessary.