7 Jul 2022 |
Hank | I posted this on Friendica as well but...here is the 2 week system loading graph for my instance (just 2 users but we both use contact groups extensively). It's clear where I changed the Ping endpoint to only return top level counts. | 13:35:24 |
Hank |  Download FriendicaQueryChange.png | 13:35:27 |
Hank | I'm going to implement that as a configurable feature and go through the standard PR process through GitHub. | 13:36:00 |
Hank | FYI going through the developer docs to make sure i minimize the number of hose ups with my first commit, this link is broken. Is that expected to be broken? https://ethercalc.org/friendica_classes | 14:16:07 |
Hank | As in it moved or is there a server down? | 14:16:13 |
bkil | Oops. I planned to scrape through the website and to repos to check for dead links but I forgot. 😊 | 14:21:03 |
bkil | EtherCalc links can actually expire if nobody is opening them, certain instances are configured to expiry within 1-6 months even. | 14:21:25 |
bkil | Not sure why a Markdown table or a CSV couldn't do. | 14:21:40 |
Hank | Oh that's unfortunate but good to know... | 14:21:40 |
Hank | hopefully it is archived somewhere | 14:21:48 |
bkil | And due to it being JavaScript-heavy, I don't think that archive.org stands a chance with these | 14:21:54 |
Hank | yeah :( | 14:22:10 |
bkil | That link is from 2017-04-30 | 14:22:31 |
Hank | Is that even a maintained document then? | 14:22:44 |
bkil | 🙊 | 14:23:06 |
bkil | I mean, not that many things have changed over the course of a few years. | 14:23:26 |
bkil | When in doubt, you could ask on https://forum.friendi.ca/profile/developers as well | 14:24:41 |
Hank | Yeah I posted there about this as well | 14:24:52 |
bkil | But this seems sensible on first blink https://forum.friendi.ca/help/Developers-Intro https://github.com/friendica/friendica/blob/develop/doc/Developers-Intro.md | 14:25:11 |
Hank | Curiously my instance does not have all the posts that render on the hosting server...but I'm sure stuff to mine will be federated | 14:25:15 |
Hank | Yup reading all of those :) | 14:25:22 |
Hank | where I found the broken link :) | 14:25:30 |
Hank | In this document https://github.com/friendica/friendica/blob/develop/doc/Developer-How-To-Move-Classes-to-src.md | 14:26:02 |
bkil | Just as I thought: archive.org did visit the link, but it could not save any meaningful information due to the JavaScript. | 14:28:06 |
Hank | Yeah not a surprise :( | 14:30:25 |
bkil | I think Mr. Petovan might still have a copy or the generator script, as he was the committer. | 14:31:47 |
Hank | I was about to say that something like that should probably be auto-generated | 14:32:36 |
bkil | Yes, ideally on gitlab/github Pages | 14:32:57 |
bkil | You can actually find a generated class list within vendor/composer/autoload_classmap.php | 14:34:38 |
bkil | A few classes are also mentioned here https://github.com/friendica/friendica/blob/develop/static/routes.config.php | 14:35:52 |