some pages are slow
Hello !Friendica Support ..
I don't know what page load times others have, just experience slow responses on my instance. A nice time woud be < 1 second, maybe.
I have some pages that are significantly slower:
- the statistics in admin (loong time, didn't measure)
- network page: 13s
- my profile page: 39s
- friendica support page: 47s
- admin page: 2s
so simetimes slower, sometimes a bit faster. but it currently frustrates me a bit. it is not a joy to use.
I am the only user on my instance and it is running on the "S" model here: php-friends.de/vserver-ssd
Schmaker
in reply to xy.. • •That's definitely not normal (except for admin statistics, these are actually slow. I'm also single-user instance and I don't have issues like these.
Tried to check your instance and it takes hell of a time to load, there is something fishy going on on your server.Aren't you "bombarded" by activitypub trolls or something? (check your worker queue)
Edit: I see them on banlist, so that's not the case, I don't have any other ideas what could cause the issue
Friendica Support reshared this.
xy..
in reply to xy.. • • •Schmaker
in reply to xy.. • •Friendica Support reshared this.
xy..
in reply to xy.. • • •but I have already opened an issue on github: github.com/friendica/friendica…
xy..
in reply to xy.. • • •slow: 225.0
. I don't know what exactly it means but its a high number (?) slow queries somehowxy..
in reply to xy.. • • •maybe someone knows what that is
xy..
in reply to xy.. • • •xy..
in reply to xy.. • • •Schmaker
in reply to xy.. • •Friendica Support reshared this.
xy..
in reply to xy.. • • •Michael 🇺🇦
in reply to xy.. • • •Activate the

rendertime
addon:Then you will see data like this:
xy..
in reply to Michael 🇺🇦 • • •Can you please have a look? below this comment
xy..
in reply to xy.. • • •Thanks! This is an example from this page: boerdica.de/profile/noidea
It seems one query takes longer..
Post::select (216), Conversations::content (93), Index::content (250), BaseModule::run (711): 14.44
Do you have an idea what to do next?
Datenbank: 21.32/0, Netzwerk: 0, Darstellung: 0.2, Sitzung: 0, I/O: 0.01, Sonstiges: 0.32, Gesamt: 21.85
Class-Init: 0.076, Boot: 0.022, Init: 0, Inhalt: 21.746, Sonstiges: 0.005, Gesamt: 21.849
Michael 🇺🇦
in reply to xy.. • • •You will have to have a look at your database server configuration. Possibly you can assign more memory to the database server. Please have got a look at some guides out there in the internet concerning database performance improvements.
xy..
in reply to Michael 🇺🇦 • • •xy..
in reply to Michael 🇺🇦 • • •@Michael Vogel .. so, I have done this. it seems these queries appear quite often in the db-log file:
seems to be
FROM gserver
in each queryMichael 🇺🇦
in reply to xy.. • • •utopiArte
in reply to xy.. • • •#bookmark
Friendica Support reshared this.