• The reason for slow running queries might be several like slow network, not enough memory, lack of useful indexes, statistics, views and partitioning etc that affects execution of queries.

    I do agree with Jack u can join session and requests.

    U can also check sys.dm_exec_query_stats, sys.dm_exec_procedure_stats and sys.dm_exec_cached_plans if execution is in cache.

    Thanks