Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Optimization Checklist
- 1 Selectively Disable CSS and JS
- 2 Disable Unnecessary Database Options Autoload
- 3 Minify JS and CSS
- 4 Minify HTML
- 5 Selectively Deactivate Plugins
- 6 Optimize Admin Ajax Usage
- 7 Defer Javascript
- 8 Delay Javascript
- 9 Remove Unused CSS
- 10 Async Javascript
- 11 Image Lazyload
- 12 Video Lazy Load
- 13 Prune Database Cruft (Revisions, etc)
- 14 Prune Transients
- 15 Optimize Cronjobs
- 16 Image Compression
- 17 Image Conversion to WebP/AVIF
- 18 Image Resizing
- 19 Adaptive Images
- 20 Local Host Google Fonts
- 21 Local Host Google Analytics
- 22 Locally Host All Analytics
- 23 Yabe Webfont for Google Font Caching
- 24 Gzip/Brotli
- 25 HTTP/2 Server Push
- 26 Database Query Debugging (Query Monitor)
- 27 Object Caching (Redis or Docket Cache)
- 28 Server Page Caching (Redis, Varnish or NGINX)
- 29 F12 Plugin Profiler/Code Profiler
- 30 Debug Log Analysis
- 31 W3 Code Validity Check
- 32 Fix Missing Height and Width From Images to fix CLS
- 33 Preload Images
- 34 Preload and Preconnect Hints
- 35 Image Fetch Priority
- 36 Image Decoding (Async, etc)
- 37 SVG Icon Compression
- 38 Inline SVGs
- 39 Compress Videos
- 40 Lightweight Video Player
- 41 Lottie Optimization
- 42 Gif Optimization
- 43 Optimize Embeds
- 44 Optimized Theme
- 45 Optimized Pagebuilder
- 46 Translations
- 47 Font Subsetting
- 48 Font Display
- 49 Font Style Matching
- 50 FontForge
- 51 Database Indexes
- 52 WP Rest API
- 53 Lazy Load Analytics (True Lazy Analytics)
- 54 Reduce HTTP Requests
- 55 Passive Listeners
- 56 Disable Pingbacks
- 57 Disable Comments
- 58 Optimization Toolkits
- 59 Wordpress Bloat
- 60 Global Styles
- 61 Preload Inner Pages
- 62 Remove Unused CSS
- 63 Inline Small CSS and JS files
- 64 Remove Noscript Tags
- 65 Lazyrender HTML Elements
- 66 Page Caching
- 67 Cache Warming
- 68 Cache Purging
- 69 Menu Caching
- 70 Fragment Caching
- 71 Browser Caching
- 72 Service Worker Caching
- 73 CDN
- 74 Remove Query Strings To Improve Cachability
- 75 Gravatar Cache
- 76 Image Caching
- 77 Widget Output Cache
- 78 Ajax Caching
- 79 WP Admin Caching
- 80 Server Caching
- 81 Code Snippets Plugin
- 82 Performance Code Snippets
- 83 Static Sites
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement