Answer the question
In order to leave comments, you need to log in
Yii2 - why does View::render() slow down?
Goodnight. Tell me please. Requests to the database take 9ms in total, and rendering of even the simplest view takes 200ms. XDebug turned off, what could be the problem? I am using Yii2. The problem is not in the framework most likely
Answer the question
In order to leave comments, you need to log in
You won't regret using xhprof
And first, see if you have columns in the GridView in html format
GridView::widget([
'dataProvider' => $dataProvider,
'columns' => [
'title:html',
'description:html',
]
])
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question