Page cache could not be detected on WordPress

Page cache could not be detected on WordPress

Last days I got in the dashboard of my WordPress Installation (here my blog) that the page cache could not be recognized. That meant that the page loading was very long. In the past I have installed the LiteSpeed cache plugin in good faith that it would help me to clear the cache on the blog. But it did not. For the LiteSpeed you need a LiteSpeed Web Server, but the blog runs on a server at the provider. I…

Weiterlesen Weiterlesen

Spanische Buchhandlung in Bonn besucht

Spanische Buchhandlung in Bonn besucht

Nach etwas längerer Zeit war ich gestern mal wieder unterwegs. Ursprünglich wollte ich nach Köln fahren, aber ich hatte Gemini, die KI von Google, gefragt, ob es in Köln eine Buchhandlung mit spanischen Büchern gäbe. In Düsseldorf hatte ich vor einigen Wochen gefragt, ob das dortige Thalia im Bereich der Königsallee auch eine Buchabteilung mit spanischer Literatur hätte. Zwar habe ich aus der Stadtbibliothek Essen, die seit dem 11.07.2026 wegen Umzug geschlossen ist, immer noch spanische Literatur, aber es wäre…

Weiterlesen Weiterlesen

How to add a document to a certain MongoDB document

How to add a document to a certain MongoDB document

When you are searching on the internet how you can upload a document into a MongoDB database the most instruction uses Node.js. But you can also use Python for this case. The problem was in my case that I have saved a document for the tax and revenue office on an external drive, that I have scanned before. In Germany, you always get a normal letter from the tax and revenue office, yes old Germany :-(. This letter you file…

Weiterlesen Weiterlesen

MongoDB Overview about your field names

MongoDB Overview about your field names

If you have a large collection with a lot of fields inside, then there is command where you can check all your field names. Why I should check it? Human aren’t perfect, human makes errors. Yes, your boss does not want to hear this, but in fact every one makes errors. In my case I get this output of my Spanish database (database about Spanish cities) ‚\t‘,‚Abogado‘,‚Academia de inglés‘,‚Acuario‘,‚Aeropuerto‘,‚Agencia de alquiler de equipos‘,‚Agencia de excursiones en canao y kayak‘,‚Agencia de…

Weiterlesen Weiterlesen

New MongoDB version on my computer

New MongoDB version on my computer

This morning I got updates on my AlmaLinux 9.8. I get the updates with an Update-Script where it checks everything on the computer. The Update script I start this script via Bash menu that I have written: The shut down script You see there are other scripts that I sometimes use of regularly (in order to shut down the computer). The shut-down script And we are the Updates of MongoDB. MongoDB Updates (with others) You see, that MongoDB comes from…

Weiterlesen Weiterlesen