nodebb-plugin-reactions slow after selecting
-
Has anyone else noticed that your forum slows down in terms of response after you've chosen an emoji, or even opened the preview to see what ones are available? I mean this
On my site at least, the activation of this drop-up means data takes around 2 seconds longer to load until I reload the browser. Has anyone seen this?
-
@julian I can't tell because I don't think this specific extension is installed. For clarity, it's not the emoji picker from the composer, but this one
Actually, I think the plugin is
nodebb-plugin-reactions
-
Not sure, does it happen on this site? You can test reactions in chat messages here, they use the same dialog. It's normal to see those images being loaded when you first open the dialog. Each emoji is a png image. They should be cached after first load though.
-
-
Let's say you open the reactions dialog, and in the dev tools you see a bunch of network requests to load the images (makes sense).
After you close the dialog, do you continue to see additional emoji-related network requests in the dev tools, when navigating through the site?