0

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?

double-beep
  • 5,031
  • 17
  • 33
  • 41
Hritik Pandey
  • 899
  • 7
  • 17

2 Answers2

0

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.

double-beep
  • 5,031
  • 17
  • 33
  • 41
Hritik Pandey
  • 899
  • 7
  • 17
0

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