Search found 38 matches

by kr428
Tue Apr 23, 2024 9:20 pm
Forum: Allgemein
Topic: Bludit Update
Replies: 2
Views: 358

Re: Bludit Update

Naja, wenn Du viel Änderungen an Themes oder Plugins vorgenommen hast, wirst Du die irgendwie übernehmen müssen. Ich hab selbst für mein "laufendes" Bludit lokal ein git-Repo, in dem ich meine Änderungen einigermaßen plausibel zu committen versuche, damit ich zumindest einen Überblick habe...
by kr428
Tue Apr 23, 2024 9:14 pm
Forum: General
Topic: Random slowdowns during login or posting content?
Replies: 6
Views: 436

Re: Random slowdowns during login or posting content?

_Finally_ it seems I managed to get rid of this. After a lot of tweaking and playing, I started with something probably obvious and deactivated installed plugins. Insight: Removing RSS Feed Extended helped speeding things up a little bit. Disabling Time Machine X effectively eliminated all the probl...
by kr428
Fri Apr 19, 2024 6:10 am
Forum: General
Topic: Random slowdowns during login or posting content?
Replies: 6
Views: 436

Re: Random slowdowns during login or posting content?

And again... could this somehow relate to amount of posts in the system? I don't still know how to get hold of this, especially considering it doesn't really reproduce, it just happens way too often.... .
by kr428
Tue Apr 16, 2024 8:08 am
Forum: General
Topic: Handling calendar / date in pages?
Replies: 4
Views: 104

Re: Handling calendar / date in pages?

Ah, ok, so I basically have to iterate across all pages and compare dates with "today"? Won't that fall over performance-wise if the site gets a bit ... bigger? Or am I getting something wrong here? From a database point of view, what I'm looking for is something like "give me all pag...
by kr428
Thu Apr 11, 2024 7:31 am
Forum: General
Topic: Random slowdowns during login or posting content?
Replies: 6
Views: 436

Re: Random slowdowns during login or posting content?

Catching up on that: Any further ideas here...? Ranging between 17 and 60s for a login (and at times submitting a post too) isn't all too pleasant. Not sure it worsened with the instance growing (currently containing approximately 2.5k posts). Too, maybe unrelated, I noticed I'm like permanently &qu...
by kr428
Thu Apr 11, 2024 7:29 am
Forum: General
Topic: Handling calendar / date in pages?
Replies: 4
Views: 104

Re: Handling calendar / date in pages?

Hi Kristian, To show how many minutes and days are past, you can use the php-code below: //..// I hope it's helpfull! Misteric Thanks, definitely so. :) However, there's one thing missing to my mental model at the moment: Say, I'd like to display all posts of "April 11" on some earlier ye...
by kr428
Tue Apr 09, 2024 7:27 am
Forum: General
Topic: Handling calendar / date in pages?
Replies: 4
Views: 104

Handling calendar / date in pages?

Folks; as I haven't found good starters here, are there any recommendations on how to make best use of dates in bludit? Like, in example, I'd enjoy adding a "this day <xx> years ago" section, or limit my starting page only to posts from the last <n> days. Is that something that can be achi...
by kr428
Mon Mar 25, 2024 10:09 am
Forum: General
Topic: Random slowdowns during login or posting content?
Replies: 6
Views: 436

Re: Random slowdowns during login or posting content?

(Meanwhile, I drastically increased memory limits which seems to have _somehow_ improved the situation, but still, sometimes, logins take way too long to be enjoyable...)
by kr428
Wed Feb 28, 2024 7:18 am
Forum: General
Topic: Random slowdowns during login or posting content?
Replies: 6
Views: 436

Re: Random slowdowns during login or posting content?

Thanks bunches for your feedback. Here we are:

- PHP is 8.0.30.
- memory_limit: 128M
- max_execution_time: 30
- max_input_time: 60

Should any of these be changed...?
by kr428
Mon Feb 19, 2024 10:15 am
Forum: General
Topic: Random slowdowns during login or posting content?
Replies: 6
Views: 436

Random slowdowns during login or posting content?

Folks; unsure where to start digging into this, I experience one of my Bludit blogs (containing a bit more than 2000 short posts) turning rather slow when trying to log in and/or posting new content. Sometimes, too, login takes two attempts, unsure whether the first one times out or quietly fails. R...