Object cache

Component type

module

Maintenance status

Development status

Downloads

5025

Component created

Component changed

Object cache is a simple module using Drupal's cache API to store and retrieve objects (nodes, comments, users etc) to speed up rendering of pages, to lower the number of requests to the database and so on which benefits both anonymous as authenticated users. Since the Drupal cache API is used, these objects can also live in memcache or any other storage mechanism you can think of.

yolink

Component type

module

Maintenance status

Development status

Downloads

5262

Component created

Component changed

Help your visitors find relevant information much easier with yolink search for Drupal!

The yolink module digs under search result links to present users with the information they want. It currently layers seamlessly over core search (D6 and D7), Apache Solr (D6), Google Custom Search (D6 and D7), and Lucene (D6). We plan to also incorporate our own indexing in the near future.

Because yolink also presents sharing options under each result, the yolink Drupal module may help improve time on site, page views, and overall traffic.

Presets

Component type

module

Maintenance status

Development status

Downloads

6814

Component created

Component changed

The presets module provides an API for creating a set of settings to accomplish more advanced functionality on a site that requires multiple modules set up a certain way. Traditionally, the only way to accomplish this was to create a “recipe” or howto of how to set everything up and hope people could follow it.

These howtos often looked like this:

FlexiCache

Component type

module

Maintenance status

Development status

Downloads

423

Component created

Component changed

NOTE: This project is being superseded by Cache Tags. See that project for future development.

FlexiCache is a cache API wrapper which uses meta data stored in MongoDB to achieve flexible and efficient cache invalidation. It works on top of your existing cache backend, so it's compatible with cacherouter, memcache, etc.

VARQL

Component type

module

Categories

Maintenance status

Development status

Downloads

1146

Component created

Component changed

Views SPARQL Query Backend.

This module provides SPARQL Query backend for Views 3.
To use VARQL you shouldn't necessarily be fluent in writing SPARQL queries, cause the module uses Views' fields, arguments and filters in generating a sparql query to query a sparql endpoint, and then bring these data back into your view.