Skip to content

Commit

Permalink
Update gui.phtml
Browse files Browse the repository at this point in the history
  • Loading branch information
Genaker authored Jul 4, 2021
1 parent 12afb3a commit 83916f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions view/adminhtml/templates/index/gui.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@ if(extension_loaded('Zend OPcache')){
} else {
echo '<div class="test-result">You do not have the Zend OPcache extension loaded. Opcache is not working </div>';
}


if(extension_loaded('xdebug')){
echo "<div class='test-error'>X-Debug is enabled. It has huge performance overhed. Disable XDebuug on Production.</div>";
}

require_once __DIR__ . '/../../../../vendor/amnuts/opcache-gui/index.php';

0 comments on commit 83916f5

Please sign in to comment.