1. Home
  2. Articles
  3. Notes
  4. Website Testing
  5. New Website Template Full Testing Results
Read about website testing

New Website Template Full Testing Results

Published:

Share

Description

Now that I have implemented most of the new features and updates to the site, it's time to run a full range of testing and address any possible issues. I am curious to see what these improvements will show when put to the test.

Article

Testing out the, hopefully, final version of the new website template.

List of known or predicted items still left to address.

Most of these will relate directly to the schema.og NewArticle object and Progressive Web Applications (PWA).

  • HTML Minification - Google PageSpeed and GTMetrix will find issue with this not being done. This will be a last step before final release.
  • NewsArticle - Meta, Micro, JSON-LD data might be partial
  • ItemList - Schema.org, Google Rich Results for single page, multiple entries is not yet tested.
  • Social Share Links - Not implemented yet.
  • PWA - New template addressing dynamic loading is under development and hasn't been implemented.
  • Images - Social Media, Google Rich Results haven't been audited yet.
  • Presentation Layer - CSS/Images haven't been implemented.
  • Dynamic Data - PHP/MySQL implementation will follow presentation layer finalization.
  • Browser Compatibility - Testing will be wrapped in to presentation layer development.
  • Device Compatibility - Testing will be wrapped in to presentation layer development.
  • Google Rich Results - Results will fail due to limited support for Schema.org Object Types.

List of Tests and Results

  • Google PageSpeed Insights (https://developers.google.com/speed/pagespeed/insights/)
    • Mobile: 100/100
    • Desktop: 99/100
      • Minifying https://www.bryan-myers.com/schema.php could save 303B (12% reduction) after compression.
  • Pinterest Developer URL Debugger (https://developers.pinterest.com/tools/url-debugger/)
    • Rich Pins Enabled: Pass
    • Site Name: Pass
    • Favicon: Pass
    • Retina Icon: Pass
  • Google Rich Results Test (https://search.google.com/test/rich-results)
    • Page not eligible for rich results known by this test. Only a subset of rich result types is currently supported.
  • GTMetrix (https://gtmetrix.com)
    • Test Location: Vancouver, Canada 
    • PageSpeed Score: A 100/100
      • Minifying https://www.bryan-myers.com/schema.php could save 303B (12% reduction) after compression.
    • YSlow Score: A 97/100
      • There are 2 static components that are not on CDN.
      • There are 2 components that can be minified.
    • Page Details
      • Fully Loaded Time: 1.1 seconds (Average 7.2 seconds)
      • Total Page Size: 59.6 KB (Average 3.04 MB)
      • Requests: 9 (Average 88)
  • W3C CSS Validation (https://jigsaw.w3.org/css-validator/)
    • This document validates as CSS level 3 + SVG.
  • Google AMP Test (https://search.google.com/test/amp)
    • Valid AMP Page
  • Google Structured Data Testing Tool (https://search.google.com/structured-data/testing-tool)
    • No Errors or Warnings
  • OpenGraphCheck.com (https://opengraphcheck.com/)
    • No Errors or Warnings
  • W3C HTML Validation (https://validator.w3.org/)
    • Document checking completed. No errors or warnings to show.
  • Pingdom Website Speed Test (https://tools.pingdom.com/)
    • Test Location: New York City, New York, USA
    • Performance Grade: A 94
      • Specify a Vary: Accept-Encoding header (Need to look in to this one.)
    • Load Time: 359ms
    • Faster than 98% of websites
    • Page Size: 5.7 kB
    • Requests: 3
  • Check GZIP Compression (https://checkgzipcompression.com/)
    • 81.3% Compression
    • Warnings
      • title: the optimal title length is around 50 characters, your title length is 70 characters (Outdated) 
      • meta description: the optimal meta description length is around 50 characters, your meta description length is 160 characters (Outdated)
      • og:description: the optimal og:description length is around 50 characters, your og:description length is 182 characters (Outdated)
  • Twitter Card Validator (https://cards-dev.twitter.com/validator)
    • Visual Result - PASS
  • Facebook - Sharing Debugger (https://developers.facebook.com/tools/debug/sharing/)
    • Visual Result - PASS
  • Google DevTools Audits (Google Chrome F12)
    • Performance: 100
    • Progressive Web Application: 100
    • Accessibility: 100
    • Best Practices
    • SEO: 100

NICE!

Author

Profile Picture of Bryan Myers - The Web Guy

Bryan Myers - "The Web Guy"

Advanced Digital Channel Engineer

Tags

  1. Articles discussing web related topics and technologies.Articles
  2. A place for things and stuff.Notes
  3. Various tests and results performed during the development, configuration and deployment of this website.Website Testing

Related Articles

Go Back