The render() method takes a long time to execute Yii2
I just get a form with several fields. if in the controller method before return $this->render()
I do echo 'Success!';exit;
, then the page loads quickly. and when $this->render()
is called, the page takes 10 seconds to load. I checked everything and still can’t find the reason