• Being using this plugin for more than a year now. It already was the best bar none, but with the latest update? It’s mouth watering awesome! Must-have for every WP admin / webmaster. Will save you hours in error debugging.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author iSaumya

    (@isaumya)

    Hi @rhyker2u I’m glad that you liked it.
    In the next version of this plugin, I’m supposed to introduce two more data, especially about the server hard disk, but not sure how much it will be possible, it is extremely hard to come up with a generalistic approach.

    But thanks a lot for your awesome review ?? You really made my day ??

    Thread Starter Earnie Rhyker

    (@rhyker2u)

    Nah not really necessary ??

    What WOULD be cool to have though, is an ability to modify wp-config.php from within the server stats.

    With stuff like:

    define(‘WP_MEMORY_LIMIT’, ‘512M’);
    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);
    @ini_set( ‘display_errors’, 1);
    @ini_set( ‘display_startup_errors’,’0′);
    @ini_set( ‘max_execution_time’, ‘600’ );
    @ini_set( ‘upload_max_size’ , ’32M’ );
    @ini_set( ‘post_max_size’, ’28M’);

    Plugin Author iSaumya

    (@isaumya)

    @rhyker2u Well, I will not do that. Because as per the WordPress best practices, no plugin should supposed to touch wp-config file for many security reason. wp-config file is the heart of wordpress core. It is better to make the changes manually if needed.

    The main problem with most wordpress plugins is that they don’t follow the best practises, but well I can’t do those stuffs.

    Hope you understand. ??

    Thread Starter Earnie Rhyker

    (@rhyker2u)

    hmm, well that makes sense then … but at least then do a box with suggestions like that. I spend 3 months of googling early 2015 to figure those things out. As the http 500 error is quite common. And as your plugin shows memory usage, giving suggestions like that would help millions of users. Imagine if they all start donating ??

    Plugin Author iSaumya

    (@isaumya)

    What suggestion do you want me to put there? Like how to increase PHP memory limit?

    Thread Starter Earnie Rhyker

    (@rhyker2u)

    yes. As most websites have 32-128MB by default. Which is the cause of so many WSODs.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘absolute necessity for every WP webmaster’ is closed to new replies.