Skip to content

Instantly share code, notes, and snippets.

@seanuk
Forked from cole007/checklist.md
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanuk/be8070289a5beb144bd7 to your computer and use it in GitHub Desktop.
Save seanuk/be8070289a5beb144bd7 to your computer and use it in GitHub Desktop.

@asclearasmud

SEO

  • robots.txt (ignore any system files/folders)
  • humans.txt
  • responsive meta tag (ensure user scaleable is set to yes)
  • meta keyword and description
  • Google Analytics code
  • site added to Google Webmaster Tools (GWT)
  • sitemap.xml added and uploaded to GWT
  • 301 captured and rewrites where applicable

Compatibility

  • IE testing (8+)
  • iPad (landscape and portrait) iOS7 and 8
  • iPhone 4/5/6 testing (landscape and portrait) iOS 7 and 8
  • Android testing … ???

Performance

  • ensure Gzip activated in .htaccess
  • minimise CSS and JS
  • optimise images (PNG and Jpeg)
  • Mobile images
  • concatenate JS plugins/add-ons - minimise HTTP requests
  • test with http://tools.pingdom.com/fpt/ for quick wins

EE

  • ensure debug is 0 in config
  • optimise channel queries
  • compile add-on list and licenses
  • template caching where applicable

Misc

  • make sure favicon in place
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment