Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以仅对 Symfony2 中的多个控制器禁用会话管理?原因是,应用程序使用 pdo 数据库作为 sessionavehandler 和资产。资产控制器调用会导致很多 (>45) 不必要的数据库查询。有什么推荐的方法来处理它?
好的,我找到了解决方案。所有 CSS/JS 仅在开发模式下通过控制器调用。在 prod 模式下,仅包含预编译文件。没有控制器,没有会话。