Memory leak on iOS Safari #1788
Replies: 2 comments 9 replies
-
First of all, thanks for sponsoring 💚 it makes a big difference!
What makes you think the memory leak is because of Vike? |
Beta Was this translation helpful? Give feedback.
8 replies
-
I solved it by update Vike packages & refactor route structure. Thanks for investigating with us! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm a developer working in Cookieplace. We're using Vike in our service, Crepe.
We received a report that our service was stuttering and running hot on iOS Safari, and after investigating, we realized that the stuttering and hotness was caused by memory piling up and the GC running continuously.
When I checked why the memory is piling up, I saw in Vike that the memory is piling up in the history related logic.
So, I would like to ask two questions.
Beta Was this translation helpful? Give feedback.
All reactions