Closed (won't fix)
Project:
Deploy - Content Staging
Version:
6.x-1.x-dev
Component:
deploy.module
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2010 at 16:42 UTC
Updated:
15 Aug 2010 at 02:03 UTC
Hello,
Thank you for great module. I've found that for module deploy_uuid.module in hook_user calls requests to DB not cached, so I've added small piece of code to make it cached. Patch attached. Basically it eliminate multiple queries to DB for the same info (UUID in this case)
Regards,
Pavel
| Comment | File | Size | Author |
|---|---|---|---|
| deploy_uuid.module.patch | 1.47 KB | pavel.karoukin |
Comments
Comment #1
gddThe problem with this is that when using batch API, which Deploy does use, the static cache is useless because it gets cleared on page reloads. So this can actually end up making performance (slightly) worse. It's a good idea though.