mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Reading the entire DB file into OS page cache eliminates the 8-14s cold-start penalty on the first ORM query (users/templates/api_keys). Previous SELECT 1 only warmed the connection pool, not the file cache.