Q: Possible to disable the 5 blue dots animation at initial loading forum homepage?

Q: Is it possible to disable the five blue circles on white background animation on first loading homepage start page and after logging in? It’s annoying!

1 Like

It means that your device is not power full enough to run a Discourse forum ;). So far I’ve observed such behaviour while opening a discourse forum in virtual machine.

What a bummer. I’ve evaded the forum site after the update, still have 9x something browser, now using featureless Forum Viewer. I wish good old usenet back! :smiling_face:

3 Likes

My device (desktop computer) surely is much more powerful than this forum’s server response time! :wink:

2 Likes

I think we’re all stuck on esr91 browser? Not sure forum viewer needs 5 dots feature, which features are you missing?

Wanted to write cite function, just found it. :smiling_face:
Zooming, especially pictures
Rich text functions

Maybe I’ll find more later.

1 Like

This is on desktop computer, FF128. Not so important, but I hoped it’s maybe possible to configure it away.

Pretty sure this is just ‘loader’ when js in the background executes, you can probably hide it but would be staring at a white page instead

1 Like

That would be better.

You can use privoxy (with https inspection) to add ‘hidden=“true;”’ to this element:

<div class="preloader-image" elementtiming="discourse-splash-visible" style="background-image: url(&quot;data:image/svg+xml,<svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot;><!-- LCP candidate image ...............

And the dots will be gone, it’s not a one-two liner though

EDIT: on desktop ublock:
##.preloader-image

4 Likes

https://forum.sailfishos.org/?_escaped_fragment_

or appending &_escaped_fragment_ to any link will load a javascript-less version immediately (and nicely demonstrate how quick things could be if discourse wasn’t this overengineered heavy mess that it has become).

This should be doable using privoxy as well.

5 Likes

Use w3m. No dots at all.

2 Likes

3 Likes

With javascript.enabled = false in about:config settings, the forum homepage doesn’t work anymore.

This is a test for the forum reply function.
Sorry for bothering you!

Had a look at the amount of transferred data right now and saw that at first access on this homepage, 2,7MB is transferred and after login the same 2,7MB again. Other browsing the forum consumes only few data volume, except opening a link in a new tab needs again 2,7MB at the beginning.