clkao / ep_author_neat

Use colored underline for authorship instead of background color
9 stars 8 forks source link

very long initial load time on big Pads #17

Open Akasch opened 9 years ago

Akasch commented 9 years ago

I have a big pad with ~3500 lines and ~170k revisions. If i install this plugin i have to click "continue execute this script" 5 times in Firefox before i can do anything in the Pad. On a small Pad it is doing really nice.

rhansen commented 4 years ago

I too have experienced this. Chrome/Chromium seems to be much faster, so the problem isn't as severe as it is on Firefox.

rhansen commented 4 years ago

The ether/etherpad-lite#3868 pull request will change Etherpad to reload the page on reconnect. If ep_author_neat takes too long to finish processing, the user will see an infinite reload loop: during the initial load a WebSocket ping will time out, causing a disconnect. The pad will reconnect once ep_author_neat finishes, triggering the reload.