Analyzer outpu size breaks/crashes nrowsers
-
It would be nice to have a summarized statistic output first or alone for analyze and the detail listing only after summarize or as dedicated page.
In my case it seems a developer forgot to activate some months/years ago to also delete orphaned objects so the database grows bigger and bigger. While testing out howto decrease size of staging database I found that there are many open revision posts because up to 10 revisions are held per page/posts/items:
MariaDB> SELECT COUNT(*) FROM wp_posts WHERE post_type =’revision’;
+———-+
| COUNT(*) |
+———-+
| 19353 |
+———-+
1 row in set (0.18 sec)and there must be much more post orphaned object but I have no SQL quary for it yet to check the count of them.
And I can’t check how much space/data is to be deleted by this plugin because it always didn’t finish it’s output caused by very very long listing details instead of an initial summary output.
* w3m – a cli command browser is crashing after fetching around 200 MB content;
* Chrome tab is crashing after around 3.000 items listed.So it would be nice to get commonly such summarize function I think.
Bests
- The topic ‘Analyzer outpu size breaks/crashes nrowsers’ is closed to new replies.