Задержку убрал
<script>
$(function() {
$(".count").text($(".glyphicon-star").length);
$(".count_coment").text($(".ot_list").length);
$(".count_comentall").text($(".glyphicon-star").length/$(".ot_list").length);
});
</script>
но все ровно не успевает сработать