hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
39.46k stars 4.85k forks source link

loading issue #4432

Closed ainrm closed 4 years ago

ainrm commented 4 years ago

Check List

Please check followings before submitting a new issue.

Information

Environment & Settings

Node.js & npm version

Node.js v12.18.2
NPM 6.14.6

Your site _config.yml (Optional)

theme: hexo-theme-matery

Your theme _config.yml (Optional)

Hexo and Plugin version(npm ls --depth 0)

hexo-site@0.0.0 /blog
├── hexo@4.2.1
├── hexo-generator-archive@1.0.0
├── hexo-generator-category@1.0.0
├── hexo-generator-feed@2.2.0
├── hexo-generator-index@1.0.0
├── hexo-generator-search@2.4.0
├── hexo-generator-tag@1.0.0
├── hexo-prism-plugin@2.3.0
├── hexo-renderer-ejs@1.0.0
├── hexo-renderer-marked@2.0.0
├── hexo-renderer-stylus@1.1.0
├── hexo-server@1.0.0
└── hexo-wordcount@6.0.1

Your package.json package.json

{
  "name": "hexo-site",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "build": "hexo generate",
    "clean": "hexo clean",
    "deploy": "hexo deploy",
    "server": "hexo server"
  },
  "hexo": {
    "version": "4.2.1"
  },
  "dependencies": {
    "hexo": "^4.2.1",
    "hexo-generator-archive": "^1.0.0",
    "hexo-generator-category": "^1.0.0",
    "hexo-generator-feed": "^2.2.0",
    "hexo-generator-index": "^1.0.0",
    "hexo-generator-search": "^2.4.0",
    "hexo-generator-tag": "^1.0.0",
    "hexo-prism-plugin": "^2.3.0",
    "hexo-renderer-ejs": "^1.0.0",
    "hexo-renderer-marked": "^2.0.0",
    "hexo-renderer-stylus": "^1.1.0",
    "hexo-server": "^1.0.0",
    "hexo-wordcount": "^6.0.1"
  }
}

Others

The following problems will occur when accessing the home page through the domain name. After the first request is initiated, it will wait for a period of time before loading the second request

Through the packet capture, I found a POST request package to Google. For some reasons, my region can't access Google

POST /safebrowsing/clientreport/realtime HTTP/1.1
Host: safebrowsing.google.com
Connection: close
Content-Length: 36
Content-Type: application/octet-stream
Sec-Fetch-Site: none
Sec-Fetch-Mode: no-cors
Sec-Fetch-Dest: empty
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36
Accept-Encoding: gzip, deflate

 http://leelemonm.cn/  

photo:

stevenjoezhang commented 4 years ago

Can not reproduce. It might be caused by Browser plugins.

截屏2020-07-20 下午12 55 16