Launching CakePlate, a boilerplate CakePHP distribution for fast web apps
cakeplate.posterous.com
Launching CakePlate, a boilerplate CakePHP distribution for fast web apps
1–10 of 36 posts
Re: Launching CakePlate, a boilerplate CakePHP distribution for fast web apps
#2You'll get to market faster, but you'll also be planning a rewrite or migration sooner should you enjoy some degree of success.
Re: Launching CakePlate, a boilerplate CakePHP distribution for fast web apps
#3'fast' and 'CakePHP' shouldn't be used in the same sentence. Cake is great for RAD (Rapid Application Development) but the framework itself is massively bloated to almost the same level as a full CMS. You'll get to market faster, but you'll also be planning a rewrite or migration sooner should you enjoy some degree of success.
Re: Launching CakePlate, a boilerplate CakePHP distribution for fast web apps
#4'fast' and 'CakePHP' shouldn't be used in the same sentence. Cake is great for RAD (Rapid Application Development) but the framework itself is massively bloated to almost the same level as a full CMS. You'll get to market faster, but you'll also be planning a rewrite or migration sooner should you enjoy some degree of success.
Re: Launching CakePlate, a boilerplate CakePHP distribution for fast web apps
#5'fast' and 'CakePHP' shouldn't be used in the same sentence. Cake is great for RAD (Rapid Application Development) but the framework itself is massively bloated to almost the same level as a full CMS. You'll get to market faster, but you'll also be planning a rewrite or migration sooner should you enjoy some degree of success.
Could you expand on what you see as the bloat? I find the base distribution of CakePHP to be very lean, and using it on half dozen production projects, I have found no issues with speed, especially with proper use of memcached and media compression.
Re: Launching CakePlate, a boilerplate CakePHP distribution for fast web apps
#6Earlier quoted context omitted.
Could you expand on what you see as the bloat? I find the base distribution of CakePHP to be very lean, and using it on half dozen production projects, I have found no issues with speed, especially with proper use of memcached and media compression.
http://avnetlabs.com/php/php-framework-comparison-benchmarks
Re: Launching CakePlate, a boilerplate CakePHP distribution for fast web apps
#7Earlier quoted context omitted.
http://avnetlabs.com/php/php-framework-comparison-benchmarks
These benchmarks are from two years ago. The version of Cake used isn't even a stable release (1.2 RC1). Either way 1.3 has replaced 1.2 and is plenty fast for 99.99999% of sites.
this and similar reports from others are the reason i don't use cake, though, and it seems like it would be in their best interest to get some newer information out there. (i made my choices years ago though)
Re: Launching CakePlate, a boilerplate CakePHP distribution for fast web apps
#8The RoR commmunity has had this opportunity for quite some time now with Thoughtbots' Suspenders (https://github.com/thoughtbot/suspenders) template.
Re: Launching CakePlate, a boilerplate CakePHP distribution for fast web apps
#9Re: Launching CakePlate, a boilerplate CakePHP distribution for fast web apps
#10Earlier quoted context omitted.
http://avnetlabs.com/php/php-framework-comparison-benchmarks
These benchmarks are from two years ago. The version of Cake used isn't even a stable release (1.2 RC1). Either way 1.3 has replaced 1.2 and is plenty fast for 99.99999% of sites.