I'have found where a propably can be something wrong but dont know why.
When I load this images in some class for example:
class _Player
{
sf::Texture Texture[8];
public:
void load() //Loading texture from file
};
Program goes slow but when I load it outside of class, before main loop everything works fine