Google PageSpeed Insights hard to see on Manage Sites page

Is there a way to make the speed scores that appear on the Manage Sites page to NOT be white text on gray??

Hi @dazzledev

Can you please send us a screenshot of the issue?

And can you please post the community system report from your MainWP Dashboard for review? The report is located in your Dashboard under Info → Server, on the top right of the page.

Be sure to use the button like the one below; this button hides all your private information:

image

Pressing the button auto-copies the report to your clipboard then just paste it in a reply here.

Here you go:


### WordPress Check                Required                                               Detected                                     Status   ###

FileSystem Method                  = direct                                               direct                                       Pass        
MultiSite Disabled                 =true                                                  true                                         Pass        
WordPress Memory Limit             >=64M                                                  256M                                         Pass        
WordPress Version                  >=3.6                                                  6.1.1                                        Pass        

### PHP                            Required                                               Detected                                     Status   ###

cURL Extension Enabled             =true                                                  true                                         Pass        
cURL Timeout                       >=300 seconds                                          6000                                         Pass        
cURL Version                       >=7.29.0                                               7.29.0                                       Pass        
OpenSSL Version                    >=OpenSSL/1.1.0                                        NSS/3.53.1                                   Pass        
PCRE Backtracking Limit            >=10000                                                1000000                                      Pass        
PHP Allow URL fopen                N/A                                                    YES                                                      
PHP Disabled Functions             N/A                                                    opcache_get_status,                                      
PHP Exif Support                   N/A                                                    YES ( V8.0.)                                             
PHP IPTC Support                   N/A                                                    YES                                                      
PHP Loaded Extensions              N/A                                                    Core, PDO, PDO_ODBC, Phar, Reflection, SPL, SimpleXML, Zend OPcache, bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dba, dom, enchant, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imagick, imap, intl, json, ldap, libxml, mbstring, mysqli, mysqlnd, odbc, openssl, pcntl, pcre, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, posix, pspell, readline, redis, session, soap, sockets, sodium, sqlite3, standard, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, xml, xmlreader, xmlwriter, xsl, zip, zlib            
PHP Max Execution Time             >=30 seconds                                           180                                          Pass        
PHP Max Input Time                 >=30 seconds                                           180                                          Pass        
PHP Memory Limit                   >=128M                                                 256M                                         Pass        
PHP Post Max Size                  >=2M                                                   64M                                          Pass        
PHP Safe Mode Disabled             =true                                                  true                                         Pass        
PHP Upload Max Filesize            >=2M                                                   64M                                          Pass        
PHP Version                        >=7.4                                                  8.0.28                                       Pass        
PHP XML Support                    N/A                                                    YES                                                      
SSL Extension Enabled              =true                                                  true                                         Pass        
SSL Warnings                       = empty                                                                                             Pass        

### MySQL                          Required                                               Detected                                     Status   ###

MySQL Client Encoding              N/A                                                    utf8                                                     
MySQL Mode                         N/A                                                    NOT SET                                                  
MySQL Version                      >=5.0                                                  5.5.68-MariaDB                               Pass        

### Server Configuration           Detected Value                                      ###

Accept Content                     text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Accept-Charset Content             N/A                                                    
Architecture                       64		 bit                                               
Gateway Interface                  CGI/1.1                                                
HTTPS                              ON                                                     
Memory Usage                       9.95 MB                                                
Operating System                   Linux                                                  
Request Time                       1679690586                                             
Server Protocol                    HTTP/1.0                                               
Server self connect                Not expected HTTP response body: 401 Authorization Required | BluFyre Media Hosting
	


	
		
			Authorization Required
            This server could not verify that you are authorized to access the document requested.  Either you supplied the wrong 
            credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
            
		
        
	
	
		
			Privacy Policy	
			Hosting Agreement	
			Acceptable Usage
			
			Copyright © BluFyre Media Inc.   -   All Rights Reserved
Server Software                    Apache                                                 
User Agent                         Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

### MainWP Dashboard Settings      Detected Value                                      ###

Abandoned plugins/themes tolerance 365                                                    
Basic uptime monitoring enabled    Yes                                                    
Cache control enabled              No                                                     
MainWP Dashboard Version           Latest: 4.4.0.3 | Detected: 4.4.0.3 Pass               
MainWP legacy backups enabled      No                                                     
Maximum number of pages to return                                                         
Maximum number of posts to return                                                         
Maximum simultaneous install and update requests                                                       
Maximum simultaneous requests      4                                                      
Maximum simultaneous requests per ip1                                                      
Maximum simultaneous sync requests                                                        
Minimum delay between requests     200                                                    
Minimum delay between requests to the same ip1000                                                   
Number of child sites              31                                                     
Optimize for shared hosting or big networksNo                                                     
Plugin advanced automatic updates enabledNo                                                     
Primary Backup System              MainWP UpdraftPlus Extension                           
REST API enabled                   No                                                     
Site health monitoring enabled     Yes                                                    
Theme advanced automatic updates enabledYes                                                    
Use WP Cron                        Yes                                                    
WP Core advanced automatic updates enabledYes                                                    

### Extensions                     Version                                                License                                      Status   ###

MainWP Maintenance Extension       4.1.1                                                  Deactivated                                  Warning     
MainWP Page Speed Extension        4.0.1.1                                                Deactivated                                  Warning     
MainWP Rocket Extension            4.0.2                                                  Deactivated                                  Warning     
MainWP UpdraftPlus Extension       4.0.4                                                  Deactivated                                  Warning     
MainWP Vulnerability Checker Extension4.1.1                                                  Deactivated                                  Warning     

### Plugin                         Version                                                Status                                    ###

MainWP Child                       4.4.0.2                                                Active                                       
MainWP Dashboard                   4.4.0.3                                                Active                                       
MainWP Page Speed Extension        4.0.1.1                                                Active                                       
UpdraftPlus - Backup/Restore       2.22.14.25                                             Inactive                                     
Wordfence Security                 7.9.1                                                  Active                                       

@dazzledev We have confirmed this behavior and will fix it in a future release. You may use this code snippet within the MainWP Custom Dashboard for the time being:

.column-score_desktop .ui.progress .bar .progress,
.column-score_mobile .ui.progress .bar .progress
{ color: #000!important; }

1 Like

Oh, fantastic! I didn’t know I could that. :laughing:

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.