CakePHP 3 Ajax Call Performance issue

2015-05-22 Thread Gopakumar PG
we have done the below code element ( text posting by ajax ) in cakephp 2.5 later we changed to cakephp 3 , it seems like the performance of the function is diminished to a very noticeable extend in cakephp 3 (mainly speed is decreased 250 ms to 1.4s) thanks in advance:) // ajax call to save

Re: Overkill for a starter project?

2008-12-18 Thread pg
Yeah, I was going to manually code it and wanted to use cakePHP just to start understanding how to use it. Maybe I should save this for another project. Any idea what would constitute a good starter project? On Dec 17, 4:00 pm, gearvOsh mileswjohn...@gmail.com wrote: Honestly things like that

Re: Overkill for a starter project?

2008-12-18 Thread pg
Thanks for all the input. I think Gonzalo understood me best. I already have a really simple blog I can use with my clients but I want to learn about cakePHP so thought I could try doing the same thing using cakePHP. My concern was as to whether CakePHP is appropriate for such a simple project.

Overkill for a starter project?

2008-12-17 Thread pg
quite easily with my own very average coding skills, my question is will CakePHP make this type of task easier if I spend the time now learning it on this project? Or are teh benefits really for larger-scale projects? Thanks in advance for any advice, pg