#mainwp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #mainwp, aggregated by home.social.
-
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. 👇
#itsicherheit #cybersecurity #agenturen #webagenturen #kundenverwaltung #wordpress #multisite #sitemanagement #managewp #mainwp #wpumbrella
-
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 https://codeberg.org/JosKlever/mainwp-plugin-theme-export/
It's open for feedback!
-
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.
-
@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 https://www.youtube.com/watch?v=01KaWaQ14BA staat het e.e.a. kort uitgelegd.
-
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.
https://github.com/JosKlever/mainwp-code-snippets/blob/master/remove-autoloaded-dirsize-transient.php -
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 https://github.com/JosKlever/mainwp-code-snippets/blob/master/options-autoload-size.php
-
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. -
@DanStephenson mainWP for managing many client websites.
-
I was inspired by this video: https://wordpress.tv/2023/07/26/micah-wood-wordpress-database-optimization-and-maintenance/
My script can be found on https://github.com/JosKlever/mainwp-code-snippets/
Suggestions for improvements are always welcome!
#WordPress #MainWP -
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.