Had a very weird issue where PDFs that we had been creating without any problems for years would suddenly timeout after 2-3 minutes. They used to take about 10-15 seconds to generate. After a lot of investigation I eventually tracked it down to a combination of R&OS PDF 0.12.35 and a table column that is slightly to narrow.
Difficult to explain in more detail, so a reduced test file is attached along with xdebug dumps of both 0.12.34 and 0.12.35 (issue also exists in 0.12.38). Changing the width of the column from 50 to 55 (line 27 in the test.txt - rename to .php) avoids the issue.
Screenshots from Cachegrind (with width = 50):
0.12.34


0.12.35


test.txt
xdebug.zip
Had a very weird issue where PDFs that we had been creating without any problems for years would suddenly timeout after 2-3 minutes. They used to take about 10-15 seconds to generate. After a lot of investigation I eventually tracked it down to a combination of R&OS PDF 0.12.35 and a table column that is slightly to narrow.
Difficult to explain in more detail, so a reduced test file is attached along with xdebug dumps of both 0.12.34 and 0.12.35 (issue also exists in 0.12.38). Changing the width of the column from 50 to 55 (line 27 in the test.txt - rename to .php) avoids the issue.
Screenshots from Cachegrind (with width = 50):


0.12.34
0.12.35


test.txt
xdebug.zip