Even using the worst hosting in the world you still should only ever have 
to upload the core one time. If you have to wait 5 minutes for your isp to 
move the files to the remote server each time then you are uploading your 
app and a fresh copy of the core every time you update the site? That is an 
issue of bad workflow and sloppy development more than any bandwidth issue.

Second, if you care about being professional with your development you 
could perhaps invest in digital cable? Learn to keep your core as a 
submodule and use git on your hosting provider so that you can issue a pull 
request and update the core at the speed of their network instead of your 
own. It also helps with keeping your (small by comparison) app files 
separate and easily uploadable/git pullable as it's own package. Anyone who 
complains that they have to upload the whole cake package for every site 
update is advertising to the world that their development cycle is stuck 
using 90's methodologies.

-- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.


Reply via email to