Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

what about new release? #18

Open
zz opened this issue Apr 19, 2012 · 1 comment
Open

what about new release? #18

zz opened this issue Apr 19, 2012 · 1 comment

Comments

@zz
Copy link

zz commented Apr 19, 2012

my web site http://hdwallpapers.usegrid.net/ use micromvc, but not use memcached. it's slow.

I found ORM make some NO-NEED database query.

@xeoncross
Copy link
Owner

The ORM uses an "Index-Only SQL" or "I/O SQL" design pattern which is to take the load of the database by reducing all queries to basic object fetching. You are advised to extend the ORM class and implement the caching methods.

An APC implementation (if you can't install memcache) already exists.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants