ER605 login page freezes every 2 seconds

ER605 login page freezes every 2 seconds

ER605 login page freezes every 2 seconds
ER605 login page freezes every 2 seconds
2025-12-04 16:18:43
Tags: #ER605
Model: ER605 (TL-R605)  
Hardware Version: V2
Firmware Version: 2.3.3 Build 20251029 Rel.18054

I have 2 ER605 routers, one v2.0 and the other v2.20. Both are on the same LAN, but different subnets, and only the v2.0 is controlled by the OC200 controller. The v2.20 has firmware 2.3.3, while the v2.0 has firmware 2.3.2 for now. Both have the same issue when I go to the login page at 192.168.1.1 or 192.168.0.2. I'm not sure when it started, but possibly after the upgrade from 2.3.1 to 2.3.2.

 

I've tried 3 different browsers on one computer, and tried Edge InPrivate mode on another that didn't have any plugins. Both Username and Password show it freeze while holding down a key to repeat. Also, if you type in a large string of letters in the Username and hold your mouse button to select and move the mouse around, you'll see the interface lockup every 2 seconds.

 

While the interface locks up, it ignores keypresses, making it difficult to log in successfully. This only happens on the ER605 login page, the OC200 login page works fine.

1
1
#1
10 Reply
Re:ER605 login page freezes every 2 seconds
2025-12-05 09:48:16

  @MrTom 

Perhaps you could record a short screen-capture video so we can see exactly what’s happening and analyze the issue more clearly.

0
0
#2
Re:ER605 login page freezes every 2 seconds
2025-12-11 18:28:40 - last edited 2025-12-11 18:29:21

  @Ethan-TP Here's a video of the login prompt. As you can see when the blue select line freezes for a split second every 2 seconds, that's when character input also freezes and won't accept any key input while it's frozen. It results in bad username and password input requiring many attempts to log in.

 

*stream*able.*com*/rrl2vp

 

remove the * from above link

0
0
#3
Re:ER605 login page freezes every 2 seconds
2025-12-15 03:25:04

  @MrTom 

To help assist and streamline the identification of the behavior, we recommend sending an email to forumsupport.usa@tp-link.com with the following information:

Subject: [Forum Escalation][ID ]

Forum Nickname: [User Provided]

Thread URL:  

Model&Version: 

Description: [User Provided]

Any Other Relevant Information (Logs, Config Files, Images, etc.): [User Provided]

Once sent, a ticket will be created in our support system, and a member of the team will follow up to gather more information or troubleshoot a cause.

0
0
#4
Re:ER605 login page freezes every 2 seconds
2025-12-15 16:41:45

  @Ethan-TP Ok, email sent. Thanks.

0
0
#5
Re:ER605 login page freezes every 2 seconds
a week ago

  @MrTom 

Was there ever any word or resolution on this issue??? 

I am experiencing the exact same issue on my ER605(2.3.3 Build 20251029 Rel.18054) I was able to notice in browser dev tools under network.... There is a POST for locale?form=lang occurring at the same frequency as the stutter. It makes it hard to log in. I've attached an image to show the HTML running.

I also noticed this behavior does not occur in the tplink emulator for this version.

 

See attached screenshot.

 

File:
Screenshot 2026-05-12 212936.pngDownload
0
0
#6
Re:ER605 login page freezes every 2 seconds
a week ago

  @becantew No resolution yet for me. They apparently don't see it as a bug. I posted a video of it happening. I've sent an email to support 5 months ago. They don't seem to care. I'm surprised they can't reproduce it themselves. I've seen it on 3 different ER605 routers with firmware 2.3.3. It does make it difficult to log in when key input keeps freezing every 2 seconds.

 

Luckily for me the main ER605 I deal with on an almost daily basis is controlled by an OC200. But when I have to log into the other ones it gets annoying.

0
0
#7
Re:ER605 login page freezes every 2 seconds
Thursday - last edited Thursday

  @becantew Ok, I ran the JS through chatgpt, and it basically says "The exact line causing the repeated POSTs is effectively: $ . su . locale . get() inside the recursive timer loop."

 

It also says "Possible synchronous AJAX. If $ . su . locale . get() internally uses synchronous XHR (async: false), the browser UI will freeze during every request."

 

"setTimeout(function()  [t()], 2e3)" basically sets the timeout for 2 seconds (2e3=2000 milliseconds). It also found the login.html polling loop every 20 seconds too. It could also show how to rewrite it safely.

 

This is probably checking whether the router language/session changed.

 

The freezing happens because:

1. The request runs continuously forever.
2. The device at 192.168.1.1 is probably slow (embedded router CPU).
3. If the AJAX call blocks UI updates, the browser main thread stutters every poll.
4. Multiple overlapping requests may accumulate if responses are slow.

 

But nothing we can do, though.

0
0
#8
Re:ER605 login page freezes every 2 seconds
Thursday

  @MrTom 

TP link replied to the other thead on this https://community.tp-link.com/en/business/forum/topic/860954?replyId=1692476 to try the latest beta firmware and see if this helps. I planned on trying this soon.

0
0
#9
Re:ER605 login page freezes every 2 seconds
Thursday

  @becantew Cool, thanks. I'll try this later on my home router. I'm not trying any betas in my production environment. :)

0
0
#10
Re:ER605 login page freezes every 2 seconds
Friday

Hi  @MrTom 

 

Did you get time to test it?

You may update it on the other post so we can all discuss together. Looking forward to your updates.

https://community.tp-link.com/en/business/forum/topic/860954

0
0
#11