Systems | Development | Analytics | API | Testing

Bitrise Mobile Insights Report defines new benchmarks for app velocity and performance, and reveals how elite teams cut build times by 28%

‍San Francisco, US — November 12, 2025 — Bitrise, the leading DevOps platform for mobile, today released Bitrise Mobile Insights 2025, a comprehensive benchmarking report based on aggregated, anonymized data across 10M+ Bitrise builds over 3.5 years across its global customer base (January 2022–June 2025). “Innovation is accelerating, user expectations are rising, and engineering teams face constant pressure to deliver,” said Barnabás Birmacher, CEO of Bitrise.

Debugging a running PHP process by attaching GDB

We are noticing that some of our requests are starting to get slow and server load increases. Checking the process list of our server, for example with htop reveals that our FPM workers are taking up all of our CPU time. Checking the health with our basic toolset of lsof to show open network connections and strace to show syscalls does not reveal any activity. This means that the workers are spending time processing data without any externally visible activity.

WSO2 Identity Server 7.2: Open-Source IAM to Secure AI Agents and MCP servers

AI adoption is accelerating across every industry, from customer service and marketing to finance and retail, and we’re still far from its peak. Many organizations have already begun integrating AI agents into their business operations. A key aspect of this transformation is the use of AI agents, whether purpose-built or off-the-shelf, to assist with or even replace tasks traditionally handled by humans.

Accelerate Automotive Infotainment Software Development

Automotive infotainment systems are a core component of the modern driving experience. As these systems expand in features and complexity, the challenges for the software design teams behind them also increase. For automotive leaders, designers, and technicians, staying ahead means.

Lifting the hood on Build Cache for Xcode

With Xcode 26, Apple has finally introduced Xcode Compilation Caching: a major leap forward for iOS developers, who no longer have to wait around for slow builds while their CI pipelines recompile code that hasn’t changed. At Bitrise, our Build Cache product already supports Bazel and Gradle, so the logical next step was to introduce support for compilation caching in Xcode. In this blog post, we’re lifting the hood on how we built this new feature.

DreamFactory Data Integration Logging Best Practices

Data integration logging is the process of recording events and activities during data movement across systems, ensuring accuracy, troubleshooting, and regulatory compliance. In complex environments like those of Netflix and Airbnb, logging is critical for system reliability and performance. However, challenges such as managing large log volumes, inconsistent formats, and compliance requirements make effective logging difficult.