Handling chaos in your WordPress project. With great OOP approach comes great performance.

We are going to talk a little bit about our OOP approach in coding WordPress themes. During my work I found that a lot of unnecessary files are being pulled or included for each call for WordPress. Of course doing it that way was a huge problem for optimization process. That’s why my thought process turned to the OOP approach. We are going to use ACF Timber Blocks library which will give us possibility to create blocks in just few clicks. We will pull CSS and JS files only when they are really required. During my presentation I will also provide you some details about Bedrock (and how it helps you to maintain your code and keep it simple on VCS).

Speaker