RelativityMC / VMP-fabric

A Fabric mod designed to improve server performance at high playercounts.
MIT License
137 stars 8 forks source link

Entities take too long to render when logging in/going through portal #69

Open Pongpaks0 opened 1 month ago

Pongpaks0 commented 1 month ago

Describe the bug After logging into a server or entering a portal, there are several seconds of delay before entities are rendered

To Reproduce Steps to reproduce the behavior:

  1. Have vmp as one of the mod or the only mod in the server
  2. Login or go through portal

Expected behavior It shouldn't take that long to render entities. I have tested without this mod install and everything works fine

Screenshots

https://github.com/user-attachments/assets/257b3f38-043b-4700-b9a9-555e0b7103be

Runtime info (please complete the following information):

Crash reports / logs

-

Other mods Same behaviour regardless of other mods

Checklist

Additional context

I have made sure that my client side mod is not the ones causing the issue by testing in a single player world

ishland commented 1 month ago

I'm unable to reproduce this issue with only vmp with two piglins on a boat.

SeasonPhan commented 1 month ago

having same problem

https://github.com/user-attachments/assets/467dfbf0-a191-4ab1-b28b-6e8d5774ebd0

disabling optimized_entity_tracking_use_staging_area seems to fix it

ishland commented 1 month ago

Try if 2abac10ac2fb139b165cb727381437c03f8766a2 helps the issue.