system slow after hibernation, it seems like files dont transfer back to RAM
Solution 1:
RAM is much faster than swap. It may happen that after hibernation, not all memory is being copied back to RAM from swap.
Run the command sudo swapoff -a && sudo swapon -a
to transfer the memory in swap to RAM, and then turn swap on again.