This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.markdown | ||
| |
Rakefile | ||
| |
db/ | ||
| |
indexes_extension.rb | ||
| |
lib/ |
README.markdown
indexes
This extension adds indexes to the database, which should speed up common queries and provide a more snappy response for page rendering.
The extension is targeted at sites running on Radiant up to version 0.6.9. These indexes were added to the database in version 0.7 of Radiant, so this extension will be of no use if your site is running on version 0.7.0 or later.
To install
Place this extension in the vendor/extensions directory of your Radiant project. Then run the Rake task:
rake [production] radiant:extensions:indexes:install
To uninstall
If you are planning on upgrading your site to run on Radiant 0.7.0 or later, it is advised that you first uninstall this extension. To do so, first run the rake task:
rake [production] radiant:extensions:indexes:uninstall
Then delete this extension from your vendor extensions directory.








