Drupal 7 is too slow on “first load”

后端 未结 4 1830
我寻月下人不归
我寻月下人不归 2021-02-09 08:56

I hope someone can help me with this Drupal 7 issue. I noticed that loading time is very slow when I enter the site address for the \"first time\". It takes about 20 (average) s

4条回答
  •  情深已故
    2021-02-09 09:10

    This is (most likely) because of the Drupal Cron tasks that are run every few hours/days (depending on settings). Drupal then executes all the queued cron jobs.. which can take a long time.

    Have a look at this drupal.stackoverflow page.

    e: Also, this tweak may help, but I haven't tried this myself: http://drupal.org/node/1576686

提交回复
热议问题