can you share a screenshot so I understand what is happening Marcus?
frank
I have the same problem. The tests windows is completely empty except for “Gtmetrix for WordPress >> Tests” and a box on the right hand side with this…
Fatal error: Cannot declare class Services_WTF_Test, because the name is already in use in /home/jimmiede/public_html/wp-content/plugins/gtmetrix-for-wordpress/lib/Services_WTF_Test.php on line 44
Fatal error: Cannot declare class Services_WTF_Test, because the name is already in use in /home/jimmiede/public_html/wp-content/plugins/gtmetrix-for-wordpress/lib/Services_WTF_Test.php on line 44
OK, now I understand. I can add some logic to AsyncJS not to load the GTMetrix class if it is present already, but based on the error message @gtmetrix will have to do the same?
Just checked, I have that logic already;
if ( !class_exists( 'Services_WTF_Test' ) ) {
require_once( AJ_PLUGIN_DIR . 'lib/gtmetrix/class.Services_WTF_Test.php' );
}
so I’m afraid this reallly needs to be addressed in the gtmetrix plugin ..
so I’m afraid this really needs to be addressed in the gtmetrix plugin…
That plugin looks abandoned unfortunately.