yes, I got high lags, but I analysed it more deep and it seems that the root of cause is text rendering.
I don't know what is happens. I render for about 500 strings per frame, it's size is not constant and modified continuously. Sometimes, probably when there are too many changes, my app freezed for 0.5-3 second.
I profiled the code and it happens on text rendering. If I disabling text rendering, all works ok.
Firstly I monitored app activity with sys internals process monitor and take into account that SFML very often request registry, so my first impression is that it's root of cause. But now I see that there is something strange happens with graphics...