Topic on Project:Support desk

ContributorQ (talkcontribs)

Hello,

I have installed a wiki locally (desktop machine with windows 7) and the loading of each page is very slow. After activation of the debug log I've catched some error messages.

  • On the Main page (page with no text):
    • Tidy error detected!
    • [slow-parse] 9.52
  • On another page (fr:Illbient imported from the frWiki) with some text and one basic infobox:
    • Tidy error detected!
    • [slow-parse] 65.91
    • a json error (see trace below)

Unfortunately, I not able to correct this problem. I can only see with Firebug for Firefox that there is no client-side errors and the problem is server-side.

MediaWiki 1.25.2 (Bitnami stack)

PHP 5.4.24 (cgi-fcgi)

MySQL 5.5.28

Ciencia Al Poder (talkcontribs)

I don't know what's the problem here, but the real error may be masked because an emtpy trigger_error, which I've reported in task T103671

Ciencia Al Poder (talkcontribs)

About the slow parsing, might be worth setting up Profiling to see where MediaWiki spends so much time. Also, if you have $wgDBserver set to localhost, change it to 127.0.0.1.

Reply to "Slow parsing."