「抵擋爬蟲」修訂間的差異
跳至導覽
跳至搜尋
(建立內容為「分類:網路服務 Cloudflare頁中有「抵擋爬蟲」的段落 ===information_schema 資料庫中的 PROCESSLIST 資料表=== # 查快取:…」的新頁面) |
|||
| 行 12: | 行 12: | ||
| − | + | ====查快取是否使用 wiki_objectcache==== | |
| − | * Data_length | + | # SELECT COUNT(*) FROM wiki_objectcache; 等一分鐘再查一次,如果數量持續增加,是使用 wiki_objectcache |
| − | * Index_length | + | # 看 SHOW TABLE STATUS LIKE 'wiki_objectcache'; 中的: |
| − | * Update_time | + | #* Data_length |
| + | #* Index_length | ||
| + | #* Update_time | ||
於 2026年6月4日 (四) 17:18 的修訂
Cloudflare頁中有「抵擋爬蟲」的段落
information_schema 資料庫中的 PROCESSLIST 資料表
查快取是否使用 wiki_objectcache
- SELECT COUNT(*) FROM wiki_objectcache; 等一分鐘再查一次,如果數量持續增加,是使用 wiki_objectcache
- 看 SHOW TABLE STATUS LIKE 'wiki_objectcache'; 中的:
- Data_length
- Index_length
- Update_time