Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omega8cc/drush_ecl
https://github.com/omega8cc/drush_ecl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/omega8cc/drush_ecl
- Owner: omega8cc
- Created: 2013-08-14T16:45:46.000Z (over 11 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2013-10-10T07:14:07.000Z (about 11 years ago)
- Last Synced: 2024-10-13T04:10:39.874Z (2 months ago)
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This drush plugin is a complement to the Entity Cache module (http://drupal.org/project/entitycache)
by running through and loading any/all entity content (it started off as a
patch at #1212488: Drush command to cache entities but I've been able to use
it on a number of my own sites and makes more sense as a separate plugin - part
of the rewriting will involve loading content for any entity type without
entitycache). Once entity content is loaded, it can get cached. With the entity
cache module, the content with get cached to entitycache bins thus making the
latter content loads much faster. By providing an argument, you can also cache
all entities of a certain type.drush ecl will get a list of all entity types that are supported by
Entity Cache and will cache their content
drush ecl will cache all content from the entity_type
(provided it can get cached via entity cache)On sites with large amounts of content, it may take a while for the content to
get cached. And on sites with frequently updated content, this plugin may be
unnecessary (though the cache loading will end up going much more quickly) :)