Pagespeed insights showing 'Backend Error'

802 Views Asked by At

I am checking my website speed on Pagespeed insights but it always keeps me showing 'Backend Error'...

I have checked max_execution_time and input time and other things to troubleshoot the problem but still facing the issue..

Any help?

2

There are 2 best solutions below

0
Hritik Pandey On

In my case, this error was due to an HTML tag <img src="">. When I replaced it with a div with background image then this error got solved. Hope this would help others too.

0
Muhammad Usman Nasir On

Try removing all JS Errors and Remove break points, debuggers from JS and try again.