Do you want to reduce the runtime of your Programs? PHP is great for web applications but it treats memory as single-use storing garbage until even "-d memory_limit=-1" fails, where to go then? Reusing state and recycling memory! This talk will show you how to escape the single-use mindset of the PHP runtime and put the programming language Go to good use. You will hear about the technical differences between the languages and where they might produce traps for developers switching from the object-oriented interpreted PHP to the statically typed and compiled Go. As well as some thoughts and examples on what to do with all the hard-won OOP knowledge used in modern PHP Frameworks.