‘Site Performance’ Videos

  • Google Web Core Vitals

    WordPress Meetup StuttgartSpeaker: Phil Marx

    April 27, 2021 — Im Mai 2021 wird Google die Art, wie sie Website bewerten deutlich verändern. Drei neue Ranking-Faktoren halten Einzug und bringen für Website-Betreiber*innen neue Herausforderungen und die Gefahr mit sich, im Google-Ranking zu fallen.

    Wie diese Herausforderungen genau aussehen und was es mit Cumulative Layout Shift (CLS), Largest Contentful Paint (LCP) und First Input Delay (FID) auf sich hat, hat uns Phil Marx bei seinem Vortrag am 14. April näher gebracht.

    Presentation Slides »

  • Phil Marx: Die neuen Bewertungskriterien von Google

    WordPress Meetup BerlinSpeaker: Phil Marx

    February 2, 2021 — Die neuen Bewertungskriterien von Google
    (Cumulative Layout Shift, Largest Contentful Paint, First Input Delay)

    Zielgruppe: SEO, Entwickler, Fortgeschrittene

    Beschreibung:
    Ab Mai 2021 wird Google bei der Bewertung von Webseiten drei Faktoren in erheblicher Weise berücksichtigen:
    – Cumulative Layout Shift (CLS)
    – Largest Contentful Paint (LCP)
    – First Input Delay (FID)

    Entwickler und Autoren, die sich mit diesen Werten nicht beschäftigen, laufen Gefahr, dass ihre Seiten an Ranking verlieren.
    In diesem Vortrag gibt es einen Einstieg in die Bedeutung dieser Begriffe, wie man seine eigene Seite prüfen kann und einige grundsätzliche Verbesserungsvorschläge für die eigene Seite.

    Presentation Slides »

  • Pat Ramsey: Understanding Web Page Performance with WordPress

    WordCamp San Antonio 2020Speaker: Pat Ramsey

    January 14, 2021 — This presentation provides a walk-through for a freelance developer or DIY site owner, for measuring page performance. It covers testing pages with easily available tools, and explains how to make sense of test results.

  • Chris Gladney: Improving Site Performance through Responsive Images

    WordCamp Boston 2018Speaker: Chris Gladney

    January 10, 2019 — Images typically account for the greatest number of bytes downloaded when viewing a web page. Because of this, images are an area in which there’s huge opportunity to lower the size of a page, decrease load time, and increase performance. In this session, we’ll touch briefly on the basics of how to use the appropriate file types for images on a site. From there, we’ll dig a bit deeper and discuss methods to implement responsive images, browser-specific image formats like WebP, and how to optimizing responsive images further via lazy loading. Finally, we’ll go over building out a workflow for automating image optimization via WordPress’ built-in add_image_size function and task-automation tools like Gulp and Grunt.