![]() |
Why is N/A showing for two results? - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: Web Performance (/forumdisplay.php?fid=3) +--- Forum: Discuss Test Results (/forumdisplay.php?fid=4) +--- Thread: Why is N/A showing for two results? (/showthread.php?tid=15222) |
Why is N/A showing for two results? - Gemi23 - 02-02-2018 12:07 PM First time here - results at https://www.webpagetest.org/result/180202_82_38256c8ef942c298ecdf6fe8db9dd2df/ with the following in htaccess I am getting N/A in Compress Transfer and also N/A in Compress Images - is this anything to worry about and what can I do about it? I have read elsewhere online that it could be something to do with webpagetest and https but I am not sure how to resolve it. Anyone any suggestions? (and anything else that jumps out as needing 'fixing'? ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType application/javascript "access 1 month" ExpiresByType application/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" </IfModule> ## EXPIRES CACHING ## ## ENABLE GZIP COMPRESSION ## AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript ## ENABLE GZIP COMPRESSION ## RE: Why is N/A showing for two results? - Cloudmaster - 02-03-2018 04:39 AM Your link appears to be malformed, either way, I can't get to any test by clicking on it Just swapped your test ID out with another test and got this, which seems to work https://www.webpagetest.org/result/180202_82_38256c8ef942c298ecdf6fe8db9dd2df/ RE: Why is N/A showing for two results? - Gemi23 - 02-03-2018 04:49 AM Thanks - not sure what happened there... RE: Why is N/A showing for two results? - Gemi23 - 02-07-2018 09:21 AM Anyone? why the results... N/A in Compress Transfer and also N/A in Compress Images RE: Why is N/A showing for two results? - avalanch - 02-07-2018 10:21 AM It means Not Applicable RE: Why is N/A showing for two results? - Gemi23 - 02-07-2018 10:23 AM Thanks - I know it means not applicable - but why isn't it applicable? is it 'okay'? If I test in IE then the N/A/ goes... just trying to understand it. |