Updated data from database not showing without refresh page its working well on localhost but not working on online server in cakephp

public function viewprojectonseo() {
    $datas = $this->Project->find('all', array('conditions' => array('project_type' => '1', 'Project.OnPage' => 'onpage', 'Project.status' => '1', 'Project.project_category' => '1')));
    $this->set(compact('datas'));
    
  
}