There is your client fps and the server fps if youre referring to on a server (if in sp that’s different). Some is inevitably just level streaming overhead. On the client, it can be as simple as data loading from the drive into memory and on the server it can be that plus waiting on the data to arrive at your client. Client has many bottlenecks on its own and that data has to push thru the slowest part.