Bug: Memory Leak on 10th Anniversary Event Website
Bug #1962
Memory Leak on 10th Anniversary Event Website
| Status: | Fixed |
| Priority: |
High |
| Added by: | Anonymous on March 20, '26 |
| Assigned to: |
Unassigned
|
| Due date: | |
| Reported for: | |
| Actual Result: |
Memory is consistently low as garbage is collected
|
| Expected Result: |
Memory steadily rises as more timers are created
|
| Severity: |
Minor
|
| Reproducibility: |
Always
|
| Platform: |
Steam
|
| Additional Notes & Comments: |
Platform and game version are not applicable here, but there is no dedicated website bug report tool that i could find.
|
Steps to Reproduce
- Navigate to the 10th anniversary website
- Leave the website open for some time
- Memory usage steadily increases
- Observe memory usage caused by hundreds of thousands of DOMTimers
Explanation
There is a memory leak on the 10th anniversary event website at https://10thanniversary.deadbydaylight.com/. The memory leak is caused by a huge amount of timers being created and not disposed/freed. After leaving the website open in the background for a couple of DBD games, the memory usage reached 12GB which began to hang my pc. I made the tab inactive and freed the memory, and performance returned.
You can profile this memory using your browser's devtools and tracing the source will reveal a huge amount of timers being created on the DOM.
As of writing this, waiting about 5 minutes resulted in 4GB memory usage.