RAIDBOXES
Forum Replies Created
-
Forum: Plugins
In reply to: [Disk Usage Sunburst] ‘No valid plugin header’Hi there!
Please try again, we published a new version of the plugin in which the error should not occour again ??Forum: Plugins
In reply to: [Disk Usage Sunburst] “The plugin does not have a valid header.”Hm, we did not push any updates, maybe the WP repo was not able to verify the header hash because… I don’t know DNS – it’s always DNS :). Anyway, glad it’s solved now.
Forum: Plugins
In reply to: [Disk Usage Sunburst] “The plugin does not have a valid header.”Hi there,
We have tried with multiple installations on Apache, nginx, PHP 7.2-8.2 , and we can’t seem to reproduce the problem.
Are there any contents in the WP-Debug/Error log?Forum: Plugins
In reply to: [Disk Usage Sunburst] Not workingDoes your PHP error log oder WP-Debug log say anything?
Forum: Plugins
In reply to: [Add Index To Autoload] How to measure improvements?Hi Francis,
there are several ways to do so.
1) You could paste this snippet into any template files of your theme (i.e. footer.php) our your functions.php.
<?php echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds.
On the frontend you will see something like:
“40 queries in 0.248 seconds”.
You can compare these numbers with the index on the autoload field and without.But this only refers to the page in question.
2) A better way is to install a plugin like https://de.www.ads-software.com/plugins/query-monitor/ and monitor the querytimes of the whole WP-Database.
Keep in mind, this plugin works best with big wp_option tables, because the query time does not grow the bigger the table gets.
You won’t see much difference on sites with small wp_option tables.Hope this helps.
We also have a blog post (in german only) on how to speed up your WP-Site for high traffic pages, there might be some things for you in there:
https://raidboxes.de/wordpress-hohe-last/Kind regards,
Matthias from RADIBOXES- This reply was modified 5 years, 5 months ago by RAIDBOXES.
Forum: Reviews
In reply to: [Disk Usage Sunburst] Helped me outGreat to hear!
Have fun,
MarcelForum: Plugins
In reply to: [Redirection] BUGFIX + Bug-Report (5 minutes work only)Great, John, thanks a lot!
Sorry, I can’t reproduce it without further feedback.
Forum: Plugins
In reply to: [Disk Usage Sunburst] FYI – doesn’t follow alt wp-content specificationAh, I understand. It’s quite an edge case but I think I can support it in a future version. I’ll report here.
Forum: Reviews
In reply to: [Disk Usage Sunburst] Very neat pluginThanks!
Thanks!
Forum: Reviews
In reply to: [Disk Usage Sunburst] A brilliant way to winkle out huge hidden filesThanks!
Oh, I’m sorry. Can you enable the WP_DEBUG config (https://codex.www.ads-software.com/WP_DEBUG) and post the output here?
Forum: Reviews
In reply to: [Disk Usage Sunburst] Does not Work with WP4.5.2Hey,
I’ve just installed it in a new 4.5.2 and it worked like a charme.
What exactly is the problem? Can you provide any error log or wp_debug logfile?
Thanks,
MarcelForum: Reviews
In reply to: [Disk Usage Sunburst] VisualThanks for your review and your support posts!