Web Vitals and WordPress: Essential Metrics for a Healthy Site and How To Optimize

Speaker Type: International

Topic Description: Performance is key to the long-term success for sites as it provides better quality of user experience. Whether you’re a business owner, marketer, or developer, Web Vitals can help you quantify the performance of your site and identify opportunities to improve. In this session, we’ll walk through the web vitals publicised by Google, also some tools and technics of how to measure and optimize your site performance.

Privacy Sandbox: Creating a More Private Internet

Speaker Type: National

Topic Description: Improving people’s privacy, while giving businesses the tools they need to succeed online, is vital to the future of the open web. That’s why Google Chrome started the Privacy Sandbox initiative to collaborate with the ecosystem on developing privacy-preserving alternatives to third-party cookies and other forms of cross-site tracking.

Learn about the Privacy Sandbox mission and its initiative to create a thriving web ecosystem that is respectful of users and private by default. Deep dive on selected APIs that are being proposed and discussed by the web community, and find out how you can participate in this initiative.

Spinning Up a WooCommerce Testing Environment In Seconds Using a Custom WP-CLI Command

Speaker Type: International

Topic Description: Creating a WooCommerce plugin is fun, but spinning up a WooCommerce testing environment isn’t! At least not, if you need to set it up manually. Setting up the WooCommerce testing environment manually requires the following steps:

  • Creating a WordPress site.
  • Installing and activating the WooCommerce plugin.
  • Installing and activating the WooCommerce Blocks plugin.
  • Installing and activating the Gutenberg plugin.
  • Installing and activating the Stripe plugin.
  • Installing and activating the Storefront theme.
  • Importing sample products.
  • Setting up payment methods.
  • Setting up shipping methods.
  • Setting up tax settings.
  • Setting up coupons.
  • Setting up the WooCommerce Blocks pages.
  • Setting up the menu.

What if you could run one command that takes care of all these steps? Imagine you could spin up a WordPress site, create an SSH connection to that site and simply run the following command: wp package install git@github.com:nielslange/woo-test-environment.git && wp woo-test-environment setup --blocks --gutenberg --stripe --theme=storefront This single command then executes all the steps I mentioned before.

Within a few seconds, you’ll then have a complete WooCommerce testing environment! And if you run that command 100 times, you’ll have 100 identical testing sites. Now, how does that sound?

Understanding WordPress Firewalls, and How To Pick One Even Though You Can’t Test It

Speaker Type: International

Topic Description: A firewall is a force field around your site, screening incoming traffic for security threats. They are the first line of defense, and therefore a critical part of WordPress security. However, not all firewalls are built the same and can be tricky to configure correctly. In this talk, I will talk about what a WordPress firewall is, how it works, and how to pick a good one to protect your site from threats.

Site Optimization Techniques Using Edge Computing

Speaker Type: International

Topic Description: This topic will be discussing techniques on how to further optimize your WP site in using Edge Computing/CDN by offloading common resource-intensive plugins like Redirection, Image optimization, Geo based lookups, WAF, Rate Limiting, URL manipulation, Device Detection, and many more to have lightning speed performant site.