We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
增加sqlite和pgsql支持,sqlite用于小型网站和测试,pgsql用于海量数据大型站点.
自动收集404死链: 判断搜索引擎机器人访问时产生的404状态,写入到指定目录下(如根目录)的badlinks.txt, 仅对文章、标签、分类、单页、专题等SEO重要URL收集而不对其他SEO无关紧要的URL收集.
badlinks.txt
使用redis+memached缓存优化,提升后端并发性能.
静态化支持,提升前端性能:支持本地化生成HTML和上传到远程(OSS/FTP/SFTP/GitHub Pages)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
增加sqlite和pgsql支持,sqlite用于小型网站和测试,pgsql用于海量数据大型站点.
自动收集404死链: 判断搜索引擎机器人访问时产生的404状态,写入到指定目录下(如根目录)的
badlinks.txt
, 仅对文章、标签、分类、单页、专题等SEO重要URL收集而不对其他SEO无关紧要的URL收集.使用redis+memached缓存优化,提升后端并发性能.
静态化支持,提升前端性能:支持本地化生成HTML和上传到远程(OSS/FTP/SFTP/GitHub Pages)
The text was updated successfully, but these errors were encountered: