Kibana 5.5 visualization display slower than Kibana 4.6

Have the same issue with new Kibana.
Described it here - Dashboard performance issue · Issue #14514 · elastic/kibana · GitHub

Basically - reason because of adding
{
"query_string": {
"query": "*",
"analyze_wildcard": true
}
},

automatically to visualization
and added comment with screenshots here in forum