Load.php extremely slow (seconds!)
From Project:Support desk
Since 1.18, the loading of load.php is very slow, until 30 second of waiting (not 1.17):
google chrome developer toolkit give:
| name | method | status | text | type | initiator | initiator type | size | content | time | latency | receiving | |
| RDM-Paris_Intern:Configuration (the wiki page) | /index.php | GET | 404 | Not Found | text/html | Other | 35.47KB | 194.93KB | 44.90s | 44.76s | ||
| load.php | GET | 304 | Not Modified | text/javascript | load.php:144 | Script | 215B | 3.29KB | 3.15s | 3.15s | ||
| load.php | GET | 304 | Not Modified | text/css | RDM-Paris_Intern:Configuration:15 | Parser | 230B | 46.10KB | 22.53s | 22.53s | 22.53s | |
| load.php | GET | 304 | Not Modified | text/javascript | load.php:144 | Script | 215B | 129.15KB | 3.48s | 3.48s | 3.48s | |
| load.php | GET | 304 | Not Modified | text/javascript | load.php:16 | Script | 215B | 146.93KB | 20.43s | 20.42s | 20.42s | 2ms |
| load.php | GET | 304 | Not Modified | text/javascript | RDM-Paris_Intern:Configuration:21 | Parser | 207B | 15.36KB | 2.05s | 2.05s | 2.05s | 2ms |
| load.php | GET | 304 | Not Modified | text/javascript | load.php:144 | Script | 215B | 41.10KB | 5.19s | 5.19s | 5.19s
There is no redirection (classic index.php)... Does somebody know why please? |
Lamidesbetes (talk)
This happened to me when I had xdebug extension enabled. Page loads were *very* slow, maybe 1 or 2 minutes.
If I were to guess I would say something is misconfigured. Its hard to know though just from this information, MW includes support for profiling which can determine what is causing the slow down. See How_to_debug#Profiling.
>There is no redirection (classic index.php)... Does somebody know why please?
I don't understand what you mean.