home.social

#mainwp — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mainwp, aggregated by home.social.

fetched live
  1. Die Idee ist verlockend einfach: ein Login für alle Kunden, alle Systeme, alle Updates. Ein Klick auf „Alles aktualisieren“ und schon fühlt sich IT-Sicherheit nach Fortschritt an. Multi-Site-Management als Sicherheitsstrategie ist ein Einfallstor mit Komfortfunktion. 👇

    teufelswerk.net/cybersecurity-

    #itsicherheit #cybersecurity #agenturen #webagenturen #kundenverwaltung #wordpress #multisite #sitemanagement #managewp #mainwp #wpumbrella

  2. Yesterday a #MainWP user asked for a method to export a list of installed plugins and themes for selected sites as CSV from their dashboard.

    This wasn't available yet, so I created a proposal document last night and today I've build the extension.

    You can find it on codeberg.org/JosKlever/mainwp-

    It's open for feedback!

    #WordPress

  3. It's beta testing day. Earlier I was testing Koko Analytics 2.0.0 and now I'm working on MainWP Dashboard 5.5.

    It's great to help a bit in the development of your favorite tools that you use every day.

    #KokoAnalytics #MainWP #WordPress

  4. @dvk Heb je al eens overwogen om een #MainWP extensie te maken voor #KokoAnalytics
    Ik denk aan:
    - Statistieken inzien vanuit een centraal dashboard voor alle sites met Koko.
    - Het opnemen van die statistieken in rapportages.

    Het geeft je een flink stuk extra zichtbaarheid en dus naamsbekendheid. 🙂

    Op youtube.com/watch?v=01KaWaQ14B staat het e.e.a. kort uitgelegd.

  5. As a result of this check I found that on many (older) sites the '_transient_dirsize_cache' option was quite large and often autoloaded, having a negative impact on the #performance.

    So I create another #MainWP code snippet, that deletes the option. It will be automatically be recreated as soon as the Directories and Sizes check is done again in #WordPress Site Health. But now with autoload = off.
    github.com/JosKlever/mainwp-co

  6. Inspired by a question about autoloaded options in #WordPress, I updated my code snippet to detect sites with more than 1MB of autoloaded data with extra values to select. It then shows the 10 largest options as well.

    This can be run using the #MainWP Code Snippets extension and can be found on github.com/JosKlever/mainwp-co

  7. Heute auf der Terrasse ein wenig mit #MainWP diverse #WordPress Sites administriert: Backups, Updates & Kundenreport für Juni vorbereitet...
    Und dann den Blick in den Garten schweifen lassen.
    Einfach schön in #Norddeutschland.

  8. Working on a #MainWP code snippet to analyze the autoload records in the wp_options table. It's checking the total size and if it's more than a set value, it also shows the 10 largest options.

    It will help optimize the 300+ #WordPress sites I manage.

    Tomorrow I'll do some more testing. Let's get some sleep first.