With the basic models (i have 10+ tables on my app) the cpu time jumps from 
60ms to 200ms. I have some grids and menus too, if I add that, it goes to 
my 300ms for a basic controller.

Ill try the model less aproch and post the results again.

Thanks.

On Monday, August 6, 2012 4:27:41 PM UTC-3, rochacbruno wrote:
>
> On Mon, Aug 6, 2012 at 4:19 PM, Felipe Meirelles <
> fel...@felipemeirelles.com.br> wrote:
>
>> Without any model I have a huge drop on the cpu use, from around 300ms to 
>> around 60ms. Still higher than with Django, but its acceptable by the 
>> concept of the framework.
>
>
> Because of that I am using a model-less approach[1], Please share your 
> tests here, we really need to find the better way to avoid the models and 
> put some model-less pattern in a documentation.
>
> [1]
> http://www.web2pyslices.com/slice/show/1479/model-less-apps-using-data-models-and-modules-in-web2py
>
> https://github.com/rochacbruno/web2py_model_less_app
>
>  
>

-- 



Reply via email to