Yes you can move it outside the loop and pass just post id from single overview page.
Just call below function and you can get last author id who edit/update post.
$last_id = get_post_meta( $postid, '_edit_last', true );