View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032098 | mantisbt | bugtracker | public | 2023-03-03 11:03 | 2023-03-25 06:03 |
Reporter | tk | Assigned To | dregad | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | feedback | Resolution | reopened | ||
Product Version | 2.25.6 | ||||
Summary | 0032098: Long initial delay with mantis 2.25.6 and php 8.1.16 | ||||
Description | Mantis 2.25.6 (with patch 0032086) in connection with php 8.1.16 can lead to high delay for setup of initial screen, i.e. However, the delay is reproducability not seen when using mantis 2.25.6 with php 7.4.21. The problem appears to depend on browser cache history. I.e., switching between mantis 2.25.6 with php 7.4.21 and mantis 2.25.6 with php 8.1.16 seems to trigger the problem, according to the state the 7.4.21 session is left at. I've added screenshot of strg-shift-e in firefox. Notes: But this is obviously harder to reproduce, couldn't catch a strg-shift-e for that yet b) | ||||
Additional Information | PHP Version 8.1.16 Authentication: LDAPS, Server is MS-ActiveDIrectory | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Well without being able to reproduce the problem on my end, I'm afraid that it will not be possible to give you much support with this. Looking at your screenshot, I see 2 requests with > 30 seconds duration
As things stand, I don't really believe the performance degradation is caused by MantisBT code, especially if you confirm that clearing the cache fixes the issue. |
|
You did not provide any feedback; I am therefore resolving this issue as "unable to reproduce". |
|
Hi, I repeated profiling again, since I see the problem in all of my 3 mantis deployments. Best regards |
|
|
|
|
|
Still not reproducible at my end. Pages consistently load under 0.3 seconds. I'd like to point out that it is not the same file that is suffering from the 30 seconds delay as in your initial report (last time it was javascript_config.php) so I continue to think that this is caused by environment and not MantisBT code. Do you consistently get the same 30 seconds execution time if you load javascript_translations.php from the browser's address bar with the same query string (cache_key) ? What about without it or with a different cache key value ? Maybe you can trace what is happening during code execution, and find out what is causing the delay. |
|
I'll try. |
|
Makes no noticeable difference. |
|