You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment information:
OS: Windows
IDE version: PhpStorm 2023.2
plugin version: 2024.3.6
Problem:
Preview dd() for 200 customer phone too lag
Cache response, request again and again but I get the same response result (like cache, but I change code already), too time for get new result, I test with Laravel dump() and dd()
Preview on JetClient (lag)
Preview on Insomnia (nice)
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue. The code reloads on the server only when it's saved to the file system. This happens when you switch windows, manually save it (Ctrl + S), or perform certain other actions, but not when you switch editor tabs. So, when you open Postman, the code reloads, but it doesn't when you switch to the JetClient request tab. To resolve this issue, you can press Ctrl + S to reload the code. I'll consider adding an auto-save feature when switching to JetClient tabs.
Environment information:
OS: Windows
IDE version: PhpStorm 2023.2
plugin version: 2024.3.6
Problem:
Preview on JetClient (lag)
Preview on Insomnia (nice)
The text was updated successfully, but these errors were encountered: