Strategy: Bridge the WSL connection to use the native Windows Chrome installation via port forwarding. This avoids slow rendering inside Linux and utilizes your GPU.
Open PowerShell as Administrator for these steps.
- Get your WSL Gateway IP (Run this inside your WSL terminal):
ip route show | grep -i default | awk '{ print $3}'