Query Strings Slowing Your WordPress Site? Fix It Now

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น • 6

  • @matisportowiec
    @matisportowiec 3 หลายเดือนก่อน

    Great explanation! 👏

  • @ToastedMaple-b1p
    @ToastedMaple-b1p 3 หลายเดือนก่อน

    Nice video. Can you do one on layout shifts, FCP, LCP and render blocking resources? I know I'm asking a lot.

    • @wpspeedmatters
      @wpspeedmatters  3 หลายเดือนก่อน

      Thanks for the suggestion! We’re glad you enjoyed the video. We’re planning to cover layout shifts, FCP, LCP, and render-blocking resources in upcoming videos. Stay tuned!

  • @RockerSk
    @RockerSk 3 หลายเดือนก่อน

    I dont understand, why ver=xyz is better than ver=1.0.0? I think, that "ver" value developer changing only after changing content of file, not randomly

    • @wpspeedmatters
      @wpspeedmatters  3 หลายเดือนก่อน

      ver=xyz (where xyz is just an example) is a hash of the file, meaning it's a unique identifier based on the file's content. If the file changes, the hash changes too, ensuring browsers always fetch the latest version.
      From what we've seen, most developers use version numbers like ver=1.0.0 instead of a hash. This can lead to caching issues since the version number might not change even when the file content does. Using a hash like ver=xyz ensures that only actual content changes trigger a new version, improving performance and cache accuracy.