Advertisement
Guest User

Untitled

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