texture in display list and texture coords in VBO

Hello,
i’m sending texture using the old way (ie by encapsulating texture in Display List, and not using texture object).
And i’m sending texture coords with VBOs, and result is very very slow.

Is the mix (DL/VBO) a possible reason why it is slow ?