Federico Dossena

Results 215 comments of Federico Dossena

@Malthesis > In the Share Results area I get a link, like the following, and a broken image icon on the web page. The link is non-functional. Is this an...

@Malthesis Ok so the link generation is fine, you have a problem with the image generation itself. As I said, this is usually because you're missing FreeType2 in your PHP...

@yylzcom Timestamps are generated by the database. Specifically, since the timestamp field is of type timestamp, they are UTC timestamps. If you want to change that to your local timezone,...

@russmalloypers >1- Is there documentation on basic configuration changes? Yes, all the documentation is in doc.md and on the [wiki](https://github.com/adolfintel/speedtest/wiki). What you're looking for is Multiple test points. The docker...

@robbychucky I think your problem is that getIP.php takes a long time to execute because it can't connect to ipInfo.io. Make sure your web server is allowed to connect.

I am aware of that: the examples are not accessible at all, it's not just the button. If you have experience with screen readers and other accessibility technologies, it would...

Yes, that's how it's telemetry.php is implemented. The output of getIP is also stored alongside it, so you'll have both.

It's just a remnant from an older version, I never got around to changing it because it never bothered anyone before. Ideally we could move the IP detection code from...

I know that some of the public servers are under heavy load, but I've never seen it go as low as 7mbps, I'll see what I can figure out, maybe...

Hey, sorry for the late reply. The code for the frontend of the librespeed.org is hosted here: https://codeberg.org/librespeed/librespeed-frontend Keep in mind that the UI in this repository is meant to...