Blog
We at Tideways are working on PHP performance 24/7 and share this knowledge with the community.
Understanding complex request traces is one of the hardest parts of performance analysis. In this Release, we focused on making this significantly easier in Tideways. The Timeline has been redesigned to provide a clearer view of how requests are executed, with new layout modes, improved navigation, and a more consistent span model. These changes help […]
10 years ago, Benjamin founded Tideways with a clear goal: support PHP developers and help build faster, more reliable websites. Since then, more than 2,000 customers have used Tideways to gain better visibility into their PHP applications. Seeing that web applications are slow without understanding why sparked an idea for Benjamin, that ultimately led to […]
We are happy to release a first public preview of Trace Timelines for Linux today that we unveiled two weeks ago. You can find the PHP Extension v2.0.3 on the downloads page. Please note that this a preview and there might still be bugs.
Tobias and I have been super busy the last weeks adding more features to Tideways. With new customers joining our awesome group of early adopters every month we can now invest more time working on Tideways. Most of the current work is building new features from scratch which is why it takes so much time compared to previous iterations on the Profiler.
Today we are unveiling our new product name Tideways replacing the working title Qafoo Profiler.
Changes to the weekly mail were already planend for a long time and now we are pushing them forward with heatmaps as an additional tool to find periods of slow response times. The heatmap will show the response time (95% percentile) of all your applications for each hour of the last seven days.
Note 2018 We have discontinued support for Tideways on HHVM, because there wasn’t enough interest from customers, with all the new features since 2015, our HHVM support was not at the same level as our PHP support and with HHVMs teams decision to move away from PHP.
PHP uses a file-based session store by default that conveniently works out of the box. However file-based sessions can introduce a serious bottleneck when used with parallel (AJAX-) requests. PHP locks each session file during session_start() until the request ends, preventing concurrent access to the same session at the same time. A blocked request waits at session_start() until previous requests release the lock.
Yesterday morning the Profiler didn’t show data in the user-interface for about 7 hours. No data was lost, the workers just stopped importing while Elasticsearch went unresponsive.
Histograms are available again to all customers starting today. The stability of this feature has been tested by several customers in the last weeks.
After our holiday break in December we are happy to introduce the first new feature of 2015. We are starting small with the addition of filtering options for callgraphs.