• Optimizing p5.js Code for Performance
  • Words of Caution!
  • Identifying Slow Code: Profiling
  • Frames Per Second (FPS)
  • Manual Profiling
  • Automated Profiling
  • Benchmarking
  • p5 Performance Tips
  • Disable the Friendly Error System (FES)
  • Switch Platforms
  • Use Native JS in Bottlenecks
  • Image Processing
  • Sampling/Resizing
  • Frontload Image Processing
  • DOM Manipulation
  • Batch DOM Manipulations
  • Minimize Searching
  • Math Tips