-
Notifications
You must be signed in to change notification settings - Fork 25
Remove opcache_invalidate()
#135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Remove opcache_invalidate()
#135
Conversation
Feels sketch to just delete code we have here presumably for a reason? |
As mentioned in #134, the
The red line in the chat represents a Livewire Volt project. It is a zero-traffic website, yet the memory usage increases simply by pinging it every 60 seconds (as part of an uptime monitor). This An older issue that led to the addition of Here is the 1 hour chart when I remove |
But that scenario does still exist and is still supported, so this would break those situations, so it's ideal we find some way to solve the memory issue without breaking applications that use multiple named Volt components per page. |
Ouch! I understand now; I just saw it in the Volt Functional API. I'm surprised that no one in the community has noticed this issue regarding memory usage. I will look for alternatives to address this. |
Unfortunately, I've realized that I lack sufficient expertise with the Volt codebase to propose a solution. I hope someone more knowledgeable than I can figure it out. Sorry. |
@robsontenorio does the memory usage increase over time or only with usage? As in does it go back down when traffic subsides? |
It increases over time when rendering Livewire Volt components. I noticed this issue because my landing page has 8 different Livewire components. And my uptime monitor (60secs) makes a call to it. The memory usage never go back to the original state , it always increase a little bit. Did you notice this issue ? |
Fix #134