Title: RAIDBOXES's Replies | WordPress.org

---

# RAIDBOXES

  [  ](https://wordpress.org/support/users/raidboxes/)

 *   [Profile](https://wordpress.org/support/users/raidboxes/)
 *   [Topics Started](https://wordpress.org/support/users/raidboxes/topics/)
 *   [Replies Created](https://wordpress.org/support/users/raidboxes/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/raidboxes/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/raidboxes/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/raidboxes/engagements/)
 *   [Favorites](https://wordpress.org/support/users/raidboxes/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/users/raidboxes/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/raidboxes/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disk Usage Sunburst] Latest update gives error](https://wordpress.org/support/topic/latest-update-gives-error/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [4 days, 5 hours ago](https://wordpress.org/support/topic/latest-update-gives-error/#post-18907094)
 * This bug is fixed. Please update to the new Version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disk Usage Sunburst] Conflict with DISALLOW_FILE_EDIT](https://wordpress.org/support/topic/conflict-with-disallow_file_edit/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/conflict-with-disallow_file_edit/#post-18727808)
 * Hi 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 regardsRB-
   Team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disk Usage Sunburst] Conflict with DISALLOW_FILE_EDIT](https://wordpress.org/support/topic/conflict-with-disallow_file_edit/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [6 months ago](https://wordpress.org/support/topic/conflict-with-disallow_file_edit/#post-18723230)
 * Hi Felix, 
   thank you very much. We will check your suggestion for the next update.
   Cheers Raidboxes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disk Usage Sunburst] ‘No valid plugin header’](https://wordpress.org/support/topic/no-valid-plugin-header/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/no-valid-plugin-header/#post-17077428)
 * Hi there!
   Please try again, we published a new version of the plugin in which
   the error should not occour again 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disk Usage Sunburst] “The plugin does not have a valid header.”](https://wordpress.org/support/topic/the-plugin-does-not-have-a-valid-header-235/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/the-plugin-does-not-have-a-valid-header-235/#post-16527393)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disk Usage Sunburst] “The plugin does not have a valid header.”](https://wordpress.org/support/topic/the-plugin-does-not-have-a-valid-header-235/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/the-plugin-does-not-have-a-valid-header-235/#post-16513903)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disk Usage Sunburst] Not working](https://wordpress.org/support/topic/not-working-3642/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/not-working-3642/#post-14615796)
 * Does your PHP error log oder WP-Debug log say anything?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Index To Autoload] How to measure improvements?](https://wordpress.org/support/topic/how-to-measure-improvements/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/how-to-measure-improvements/#post-12082753)
 * 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/](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/](https://raidboxes.de/wordpress-hohe-last/)
 * _Kind regards,
    Matthias from RADIBOXES
    -  This reply was modified 6 years, 6 months ago by [RAIDBOXES](https://wordpress.org/support/users/raidboxes/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Disk Usage Sunburst] Helped me out](https://wordpress.org/support/topic/helped-me-out-4/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/helped-me-out-4/#post-9760298)
 * Great to hear!
 * Have fun,
    Marcel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] BUGFIX + Bug-Report (5 minutes work only)](https://wordpress.org/support/topic/bugfix-bug-report-5-minutes-work-only/)
 *  Thread Starter [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/bugfix-bug-report-5-minutes-work-only/#post-9517885)
 * Great, John, thanks a lot!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disk Usage Sunburst] Unfortunately there was an error. File/directory sizes could not be determined.](https://wordpress.org/support/topic/unfortunately-there-was-an-error-filedirectory-sizes-could-not-be-determined/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/unfortunately-there-was-an-error-filedirectory-sizes-could-not-be-determined/#post-9186131)
 * Sorry, I can’t reproduce it without further feedback.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disk Usage Sunburst] FYI – doesn’t follow alt wp-content specification](https://wordpress.org/support/topic/fyi-doesnt-follow-alt-wp-content-specification/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/fyi-doesnt-follow-alt-wp-content-specification/#post-9186037)
 * Ah, 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](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Disk Usage Sunburst] Very neat plugin](https://wordpress.org/support/topic/very-neat-plugin-2/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [9 years ago](https://wordpress.org/support/topic/very-neat-plugin-2/#post-9148619)
 * Thanks!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Disk Usage Sunburst] Helped to greatly reduce my WP installation and backups!](https://wordpress.org/support/topic/helped-to-greatly-reduce-my-wp-installation-and-backups/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [9 years ago](https://wordpress.org/support/topic/helped-to-greatly-reduce-my-wp-installation-and-backups/#post-9148618)
 * Thanks!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Disk Usage Sunburst] A brilliant way to winkle out huge hidden files](https://wordpress.org/support/topic/a-brilliant-way-to-winkle-out-huge-hidden-files/)
 *  Plugin Author [RAIDBOXES](https://wordpress.org/support/users/raidboxes/)
 * (@raidboxes)
 * [9 years ago](https://wordpress.org/support/topic/a-brilliant-way-to-winkle-out-huge-hidden-files/#post-9148616)
 * Thanks!

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/users/raidboxes/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/raidboxes/replies/page/2/?output_format=md)