Mimi
Mimi
@awongCM You can check these failed tests: https://github.com/hexojs/hexo/actions/runs/3619487925/jobs/6127574239
Hexo has two types of articles: posts and pages. Posts may appear on the homepage and in archive paths, which differ, so using relative links for images in articles might...
I have tested a site with 2000 posts, and found the following code was executed over 10k times, taking up 20% of the execution time of `hexo g` https://github.com/hexojs/hexo/blob/58a8f8c4147782f6d8719abb00cfd91323688ec1/lib/models/tag.js#L35-L43 One...
I have found some JSON libraries that handle circular references very well, such as [flatter](https://www.npmjs.com/package/flatted). However, switching the implementation of warehouse over to this would require a significant amount of...
In my own experiments, `cloneDeep` was not invoked. I'm curious under what circumstances / configurations this would be an issue?
I will close this Issue since it cannot be reproduced and has not received any new responses for a long time. This problem may be related to a race condition....
I found that the `external_link` filter is consuming a huge amount of memory. You can try to disable it in `_config.yml` ```yml external_link: enable: false ```
I'm closing this issue due to inactivity. You can join the discussion here: https://github.com/hexojs/hexo/issues/4922
It can be solved using this third-party plugin: https://www.npmjs.com/package/hexo-img-locator
It's called symbolic link on Linux. If you're using Windows, you may need to configure git to make it work.