public function check_loading()
 {
     return Response::json(BGGData::getCurrentUserNameCollectionDataInCache($_GET['compare']));
 }