Skip to main content
David Loor
项目博客书籍联系
←Back to Blog

#Performance

3 posts with this tag

已找到 3 篇文章

如何读取 Nginx 访问日志

2025-08-20

当出现问题时,访问日志会讲述一个故事。了解如何读取实时和压缩的日志,查找热门 IP 和失败的 URL,缩放到时间窗口,并使用简单的命令行工具将日志与 WAF 阻止关联起来。

NginxDevOpsTroubleshooting

如何通过正确的缓存加速 Drupal:OPcache、APCu 和共享后端(Redis 或 Memcached)

2025-08-13

在所有地方使用 OPcache 和 APCu,然后选择一个共享后端(Redis 或 Memcached)。正确配置后,Drupal 会感觉很快。

DrupalPerformance

使用 $settings['state_cache'] 加速 Drupal 后端

2025-08-13

一个简单的 settings.php 开关,可减少数据库读取,让管理页面感觉更流畅。

DrupalPerformance

© 2025 David Loor. All rights reserved.

Built with Next.js and Tailwind CSS