Slide 7
Slide 7 text
- Security - escaping, sanitizing, nonces, injection
- Performance - slow queries, uncached functions, enqueing, remote calls
- Platform issues - disk writes, Memcached, Batcache or Varnish blockers
- Settings alterations - ini_set, error_reporting
- Unused and undefined variables - usually caused by typos
- Unnecessary code - blocks of commented out or debug code
- Adding more all the time
What we look for