Pathfinder + Trailblazer for old raids?

If I have a pathfinding pet out, and Trailblazer, will my Pathfinder function between Trailblazer buffs if I have to attack? Probably going to save me 10 seconds all (old) raid but I’m wondering how to optimize mount farming.

According to what I just tried on a target dummy, Pathfinding does not fall off while attacking.

Yes, the two stack and losing trailblazer will not lose the pathfinder buff (so as long as you have a cunning pet out you will have a permanent speed buff from that + pathfinder.

Other speed buffs - such as the Dreamweaver soulbind in SL content or the Thas’dorah buff in Legion content, Longstrider from BFA heart of azeroth pieces, the speed flask you can use* (Charged Phial of Alacrity), +speed tertiary stats on your gear and +movement speed enchants - are all usually stackable as well.

the ui movement speed display on the char sheet isn’t always accurate, so you can check your speed with the following macro, which will check run, mount, flying and swimming speeds and display a message in the chat frame only you can see to tell you what it actually is:

/script base = BASE_MOVEMENT_SPEED /script cur, run, fly, swim = GetUnitSpeed("player") /script ChatFrame1:AddMessage(string.format("Your current maximal speeds are: running %g%%, flying %g%%, swimming %g%%.", run/base*100, fly/base*100, swim/base*100))

(not sure if it’s necessary nowadays but just in case, I put each /script command on a different line).

I was pretty sure they didnt but this is good news