# |
Aug 7th 2008, 10:09 |
TommyO |
err... performance boost |
# |
Aug 7th 2008, 10:09 |
TommyO |
Lemon|work: but you'll get a much better performance hit by tightening up your finds. limiting to only fields you need, etc |
# |
Aug 7th 2008, 10:09 |
Lemon|work |
i should look into caching translated views |
# |
Aug 7th 2008, 10:09 |
Lemon|work |
i18n, paths and models |
# |
Aug 7th 2008, 10:09 |
Lemon|work |
atm the only cache i have is the defualt caching files |
# |
Aug 7th 2008, 10:08 |
TommyO |
Lemon|work: xcache is a RAM caching engine, no? tha will be significantly faster than disk IO, assuming you're actually doing heavy cacheing |
# |
Aug 7th 2008, 10:05 |
FunkyWeasel |
Unfortunately I think I reverted something bad in my fiddlings, now I'm getting: "Error: Database table cake_app_models for model AppModel was not found." |
# |
Aug 7th 2008, 10:05 |
FunkyWeasel |
Found a solution to that recursive model definition - redefine the recursion of the model refered to as an extension, point relationship at that. Job done. |
# |
Aug 7th 2008, 10:04 |
Lemon|work |
for example xcache |
# |
Aug 7th 2008, 10:03 |
Lemon|work |
will there be a noticable performance increase if i use a non default file storage engine for caching? |
# |
Aug 7th 2008, 10:02 |
Eddie_CRO |
) |
# |
Aug 7th 2008, 10:02 |
nymacro |
quick question: if Auth component hashes the password automagically on save, why would it not be doing it for an edit action, when it does for a add |
# |
Aug 7th 2008, 10:02 |
Eddie_CRO |
'named' |
# |
Aug 7th 2008, 10:02 |
Eddie_CRO |
aaaaa |
# |
Aug 7th 2008, 10:02 |
Eddie_CRO |
i tried through $this->params['id'] but is not there |
# |
Aug 7th 2008, 10:01 |
Eddie_CRO |
how do i get that id 1? |
# |
Aug 7th 2008, 10:01 |
Eddie_CRO |
if i use url /search/id:1 |
# |
Aug 7th 2008, 10:01 |
Eddie_CRO |
a question |
# |
Aug 7th 2008, 10:01 |
Eddie_CRO |
now |
# |
Aug 7th 2008, 10:01 |
Eddie_CRO |
TommyO, i'm bit confused |
# |
Aug 7th 2008, 09:55 |
TommyO |
*meant |
# |
Aug 7th 2008, 09:55 |
TommyO |
yes, of COURSE that's what I menat! :) |
# |
Aug 7th 2008, 09:55 |
Pacifists |
;))) |
# |
Aug 7th 2008, 09:55 |
gwoo |
TommyO: thats the beauty of Cake :) |
# |
Aug 7th 2008, 09:54 |
Lemon|work |
yeah, if i add .pdf to ANY view in my app i get the .pdf version of that page |
# |
Aug 7th 2008, 09:54 |
TommyO |
that's the beauty of MVC |
# |
Aug 7th 2008, 09:54 |
TommyO |
Lemon|work: I have an app with 7 different extensions on a couple of actions and not a single special condition in the action |
# |
Aug 7th 2008, 09:53 |
Lemon|work |
i'm already doing that for fusioncharts |
# |
Aug 7th 2008, 09:53 |
TommyO |
Lemon|work: look into Router extensions. where different views/layouts are used based on extension with 0 code changes required to controller/action logic |
# |
Aug 7th 2008, 09:52 |
TommyO |
your views are whatever format you want. make them xml instead of html. cake even gives you the tools to know the difference and start the magic |
# |
Aug 7th 2008, 09:52 |
moelee |
how do you make the aro reflect the parent_id of a group? |
# |
Aug 7th 2008, 09:52 |
Lemon|work |
but in the future we will also create desktop clients that connect to the server |
# |
Aug 7th 2008, 09:52 |
TommyO |
yes, of course |
# |
Aug 7th 2008, 09:52 |
Lemon|work |
without modifying core code |
# |
Aug 7th 2008, 09:51 |
Lemon|work |
but would it be easy |
# |
Aug 7th 2008, 09:51 |
Lemon|work |
well its always possible |
# |
Aug 7th 2008, 09:51 |
TommyO |
Lemon|work: are you answering your own question? :) |
# |
Aug 7th 2008, 09:51 |
Lemon|work |
and i can get all view related stuff from my application remotely |
# |
Aug 7th 2008, 09:50 |
Lemon|work |
just do all the calls with .xml on the end |
# |
Aug 7th 2008, 09:50 |
Lemon|work |
lets say you want to create a java based desktop application for your web application |
# |
Aug 7th 2008, 09:50 |
Lemon|work |
Would it be possible to create "client side views" |