Bug: Memory Leak on 10th Anniversary Event Website
196 °C
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

  1. Navigate to the 10th anniversary website
  2. Leave the website open for some time
  3. Memory usage steadily increases
  4. 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.

Watchers

Screenshots
Anonymous 5mo 0
Video Clips

None

Log Files

None

[ #1 ] by
Loading comments...
Loading comments...
1 comment loaded

You need to join this project to comment on issues. Join Project