Talks Archive | PHP UK Conference

Paul Conroy

Paul Conroy spoke at our 2024 conference.

Buy TicketsSee 2026 Speakers
Paul Conroy
Paul Conroy
Square1
As the CTO of Square1, a leading digital agency based in Dublin, I bring over 20 years of experience in software development to the table. I've had the privilege of both designing and building complex applications that can handle large volumes of traffic - solutions that power successful businesses across Europe - as well as helping to build and shape the teams capable of delivering the next generation of successful software products. In my spare time, I'm a transient fad enthusiast - strong enthusiasm, weakly held, as the saying almost goes! Having navigated the challenging transition from developer to manager, I've gained valuable insights into the complexities of leading a technical team. My journey has had more than its fair share of ups and downs, and I'm eager to share what I've learned to help others navigate this pivotal career transition successfully.
Follow On XAll 2024 speakers

Sessions in 2024

Boosting Frontend Speed: Quick Wins for Backend Developers

Queen Charlotte - 13.30

The ever-evolving landscape of web development often places frontend and backend developers in two separate camps. However, backend developers are increasingly faced with the task of improving the speed of underperforming websites. With page speed and good user experience key factors in the success of modern websites, anything which slows down page loads is bad for business. The good news is that enhancing website speed is not solely the domain of frontend developers!

This talk focuses on easy-to-implement 'quick wins' that can significantly boost website speed from the backend. These tactics don't require an extensive understanding of frontend frameworks or languages. With simple code changes and optimisations, backend developers can dramatically improve frontend speed and user experience, without getting bogged down in node version mismatches, build process failures, or any of the other usual frontend bogeymen!

The key areas covered will include:
  • Faster Font Loading: Custom fonts are a key part of modern website design, but heavy font weights can hurt page performance. We'll cover a combination of loading techniques and ways to effectively shrink the file sizes right down.
  • Smoother Image Presentation: We'll go over the 'dos and don'ts' of effective lazy loading, using responsive images, and optimising image formats for faster rendering.
  • Efficient Video Integrations: Youtube embeds are increasingly common, but can add a lot of weight to a page load. We'll explore ways to have lightweight video embeds, getting the benefits of video without slowing down your site!
  • Minimising the impact of ads on your page speed score: Ads are often a necessary evil on sites - evil compounded when their typical loading pattern hurts our page speed scores! We'll go through practical examples to minimise the impact of your ad stack on your page load times.
  • Measuring the impact of our changes: How do we know that our changes have had a positive impact?
This is a practical talk, which will feature real-world examples and code samples to demonstrate how these techniques can be easily implemented. Attendees will leave with actionable insights that can be applied immediately to optimise their websites.