enter image description here Magento frontend is taking too long to load(~2hrs). In browser's network tab the request remains in pending state throughout. Meanwhile the Admin Backend is loading fine.
Debug logs:
[2021年04月02日 07:21:02] report.INFO: Broken reference: the 'yotpo_bottomline' tries to reorder itself towards 'product.info.addto', but their parents are different: 'product.info.main' and '' respectively. [] []
[2021年04月02日 07:21:02] report.INFO: Broken reference: the 'top.navigation.links' tries to reorder itself towards 'op.search', but their parents are different: 'header-wrapper_schedule_block1' and '' respectively. [] []
1 Answer 1
I would suggest that you run code profiler to determine the run time of each PHP file. You may refer here
- 
 i have done that and here is the result. could you please help me out with it. layout_render takes 5,311.676078 seconds.Akshat Bandooni– Akshat Bandooni2021年04月07日 16:26:26 +00:00Commented Apr 7, 2021 at 16:26
Explore related questions
See similar questions with these tags.