Systems | Development | Analytics | API | Testing

Development

Introducing Crash Reporting

Bugfender is a tool that assists mobile developers debug their applications and provide better customer support, by gathering logs from devices using their apps. In essence, Bugfender acts as a really long USB cable that connects all mobile phones running your application back to your computer… even if your application was downloaded from the App Store or Google Play and you’ve never actually met the user in person. Handy, right?

How to Release Apps

A tough piece of pulled pork. A weak cup of tea. A partially-healed hamstring sent back onto the field of play. E.T., the video game. Some things need more time to reach their peak. Desires that drive us—hunger, thirst, victory, financial success—can override the need to just be patient. If you rush thingith an unsatisfying pulled pork sandwich—or a bunch of game cartridges buried in a Mexican landfill.

How does the PHP Realpath Cache work and how to configure it?

The realpath cache in PHP is often overlooked and its exact workings are a bit of a mystery to many developers, fueled by a lot of explanations on the web that are just plain wrong. How exactly is the realpath cache working and at which level of PHP? There has been some buzz around realpath cache in the last weeks, so it is a hot topic to look into.

Improved Dashboard with Preview Chart and Recent Performance Metrics

We have improved the dashboard in Tideways to include preview charts with the last 24 hours of performance data and the performance of the most recent 15 minute interval. This provides you with a much better overview of all your applications and by selecting any time range in the preview chart you can directly jump to a time-range that interests you.

Profiling Your PHP Application - Michael Heap - php[tek] 2016

Making an application scale is generally seen as something that only the most magical of developers can do, but it is easy once you have the correct tools. Fortunately for us, these tools are freely available online! In this talk, we will look at a few available options to learn what our applications are actually doing, help identify bottlenecks, and fix them so we can move on to the most important part of any project: delivering features.