RAIDBOXES
Forum Replies Created
-
Forum: Plugins
In reply to: [Disk Usage Sunburst] Latest update gives errorThis bug is fixed. Please update to the new Version.
Forum: Plugins
In reply to: [Disk Usage Sunburst] Conflict with DISALLOW_FILE_EDITHi Felix,
It seems to be related to a security plugin and not to WordPress itself.
For us it is working, if we test it on a plain WP installation. Are you using some kind of security plugin?
How is it, if you change to:if ( ! current_user_can( 'manage_options' ) ) {
This we can change with the next update.
Best regards
RB-TeamForum: Plugins
In reply to: [Disk Usage Sunburst] Conflict with DISALLOW_FILE_EDITHi Felix,
thank you very much.
We will check your suggestion for the next update.
Cheers
RaidboxesForum: 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.wordpress.org/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 6 years, 6 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!