Two undocumented forum changes?

Since several weeks I often found a single click in a forum page executing two clicks, ending up in unwanted areas. Can somebody please fix this nasty behavior?

Since about yesterday I suspect that the New topics forum page remembers its last sort order. That's great because I use to sort new topics by Reply's and it speed things up if that sorting is done automatically. Great feature! :slight_smile:

Another one is the repeated and time consuming download from Google fonts. Can this process be dropped by caching or a (settable) standard font?

I have not experienced the single click problem

I use my own shortcut to the New list sorted as I want it so have not noticed any change in behaviour. A quick experiment seems to show that it does not default to the last used sort order

How much time does the download of Google fonts take ?

Just tested: 10 seconds.

Right, I also found now this address in my browser:
https://forum.arduino.cc/new?order=posts

It looks like a positive result of recovering from a doubled single click.

Never happened to me.

Sorry, same as before for me... No sort order is kept when closing and re-opening the "New" page.

If you inspect HTML source of any forum page, you can find dozens of tags including Discourse things, Font Awesome (that isn't Google anyway), Google adwords, tag manager, analytics, and so on, a lot of Javascripts, but I can't find any time consuming font downloads (and even if it was, I think that'd be the last thing to be worried for...)!
There's just a CSS with "Open Sans" font, stored indide memory cache (so yes, it's cached) and Chrome DevTools says it required just 3ms to load.

Do you have any kind of information about why you think the fonts require much time to load?

PS: ever tried a different browser? What is your current one?

How often does this happen ?
If it ever happened to me I would certainly exoect to notice it, which I don't

That's exactly what my shortcut does. Where exactly did you "find it in your browser" ?

How did you test that?
If it's the global time to load the entire page, how can you say it's due to Google fonts?
The best way to dig into http communications is by using a tool like Chrome's DevTools (open the page to be tested, then press F12, select "Network" section then reload the page and you can see each item fetched together with timings).

By reloading a page.

That's a URL that shows up in the browser state long enough for reading.

Transferring data from ... fonts/googleapis/...

Every now and then.

FireFox 108.0.1 on Linux Mint FX in a VirtualBox VM.

I also notice a flaw reported already long ago: every reply in this topic is actually flagged as Solution.

Ok, I'm still convinced it isn't a problem for the forum but on your side, BTW try the F12 thing I suggested you before and track the network traffic. In case, make a screenshot and post it here.

Not a pretty clean system, don't you think? Ever tried Chromium and see if the problem still exists?

Holy smokes? I've been troubleshooting my mouse for a week. Now I find out it isn't just me.

I cannot really interpret the data. Reloading this page takes about 36 seconds, with only ms of network transfer listed. Afterwards about 20 seconds with more (almost invisible) data transfers. The 10 seconds displayed transfer from fonts is listed with 3 ms for about 400 bytes. I.e. the network traffic is not what causes the long delay in loading pages.

I kept thinking I placed something on my trackpad.

The forum does load slower now.

My conclusion after all research:

The only major problem is the doubled mouse click, a neglectable problem the multiple Solution tags. The Solution tags also occur in Vivaldi on Windows.

There seems to be a somewhat serious problem with scripts in my Linux VM. Sometimes a popup asks to kill a never ending script, not only with the Arduino forum. I think that I should handle the forum in my host system, where I don't observe excess page load times.

Sorry for bothering you :frowning:

Yep, it's kinda technical matter, sorry, I don't know your http knowledge but that's the best way to test page load and execution.

That's not good...

Sorry to read that. It could have something to do with installed browser extensions, try running firefox in safe mode and see what happens. Then try Chromium also.
If everything fails, try using the browser on host OS (?) where VirtualBox is running. If everithing is slow, I'd check external infrastructure, e.g. if you have a proxy, and check configured DNS also...

No prob, mate.

I don't understand that horrible diagnostics GUI. A screenshot of about 20 lines seems impossible, the timeline covers 60 seconds with millisecond transmissions every few seconds only. And that transfer from Google fonts is not listed anywhere.

For now it's sufficient to know that my VM has severe problems with scripts and I should use other ways to view the forum pages.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.