Welcome Guest, Not a member yet? Register   Sign In
Code Igniter vs Laravel
#17

(11-26-2014, 05:23 PM)dmyers Wrote: Varnish doesn't do much for Web Application. We use over 30 internally. When each persons needs to log in (LDAP) and therefore each session is different varnish is worthless. Of course if you are talking about 99% static pages. Then Varnish is great but, at that point the framework or server doesn't matter. a RaspberryPi Running LAMP and the mosted bloated slowest framework you can find could spit out those pages directly into varnish and cache them for 12 hours.

You are of course correct.  Varnish doesn't work in situations of dynamic content, for full-page caching.  I came across that issue myself.  Actually, with a clever hack, it CAN do dynamic content.  I'm not going to explain how due to it's something unique to my company. Smile 

(11-26-2014, 05:23 PM)dmyers Wrote: I have over 200 controllers and 100 models in just one application alone. I mean who in their right mind wants to update that year after year after year because my framework just wants to be "cool"?

I have a similar count with controllers, models and I have about 100 custom libraries.  I don't care about being cool.  I just care about being able to keep the level of sanity and pushing new features easily when requested by marketing.  I will be moving away from CI next year.  There is much more you can do that CI doesn't allow you to.  Not going to explain, as evidenced in other parts of this forum.  It's like beating a dead horse.

(11-26-2014, 05:23 PM)dmyers Wrote: Catch up to what? The paying client could careless if it's QuickBasic running as a CGI or Laravel 5? Who's paying your bills? The customers or the developers?

Well, I am both.  I am the customer and the developer.  I will move as fast as I need to and outpace the competition.  Being left behind has no advantage and will ensure loss of money.


Messages In This Thread
Code Igniter vs Laravel - by g3n1u5 - 11-14-2014, 03:17 PM
RE: Code Igniter vs Laravel - by jg6075 - 11-14-2014, 04:02 PM
RE: Code Igniter vs Laravel - by alroker - 11-15-2014, 07:35 PM
RE: Code Igniter vs Laravel - by Shawn P - 11-25-2014, 03:20 PM
RE: Code Igniter vs Laravel - by GeorgeD - 11-15-2014, 05:59 PM
RE: Code Igniter vs Laravel - by llebkered - 11-16-2014, 12:21 AM
RE: Code Igniter vs Laravel - by maxbrokman - 11-17-2014, 11:35 AM
RE: Code Igniter vs Laravel - by no1youknowz - 11-26-2014, 11:01 AM
RE: Code Igniter vs Laravel - by dmyers - 11-26-2014, 05:23 PM
RE: Code Igniter vs Laravel - by no1youknowz - 11-26-2014, 07:32 PM
RE: Code Igniter vs Laravel - by yavor99 - 12-24-2014, 12:14 AM
RE: Code Igniter vs Laravel - by artha.nugraha - 11-17-2014, 10:28 PM
RE: Code Igniter vs Laravel - by ivantcholakov - 11-18-2014, 02:39 AM
RE: Code Igniter vs Laravel - by dmyers - 11-19-2014, 03:53 PM
RE: Code Igniter vs Laravel - by thatcode - 11-19-2014, 06:02 PM
RE: Code Igniter vs Laravel - by dranzers - 12-08-2014, 03:32 AM
RE: Code Igniter vs Laravel - by Chroma - 12-09-2014, 10:50 AM
RE: Code Igniter vs Laravel - by albertleao - 12-09-2014, 01:01 PM
RE: Code Igniter vs Laravel - by no1youknowz - 12-09-2014, 09:41 PM
RE: Code Igniter vs Laravel - by includebeer - 12-10-2014, 06:51 PM
RE: Code Igniter vs Laravel - by albertleao - 11-26-2014, 06:21 AM
RE: Code Igniter vs Laravel - by dmyers - 11-26-2014, 05:29 PM
RE: Code Igniter vs Laravel - by mosid - 12-31-2014, 11:28 PM
RE: Code Igniter vs Laravel - by Rufnex - 11-26-2014, 11:07 AM
RE: Code Igniter vs Laravel - by freddy - 11-27-2014, 12:23 AM
RE: Code Igniter vs Laravel - by g3n1u5 - 11-28-2014, 08:46 AM
RE: Code Igniter vs Laravel - by albertleao - 12-01-2014, 11:18 AM
RE: Code Igniter vs Laravel - by Hobbes - 12-03-2014, 05:50 AM
RE: Code Igniter vs Laravel - by Narf - 12-03-2014, 06:32 AM
RE: Code Igniter vs Laravel - by sv3tli0 - 12-03-2014, 06:26 AM
RE: Code Igniter vs Laravel - by Hobbes - 12-03-2014, 07:34 AM
RE: Code Igniter vs Laravel - by trentramseyer - 12-04-2014, 06:18 PM
RE: Code Igniter vs Laravel - by Tux - 12-05-2014, 10:59 AM
RE: Code Igniter vs Laravel - by GrigoreMihai - 12-11-2014, 01:32 AM
RE: Code Igniter vs Laravel - by zurtri - 12-19-2014, 02:28 PM
RE: Code Igniter vs Laravel - by Hobbes - 12-20-2014, 05:36 PM
RE: Code Igniter vs Laravel - by avinashizhere - 12-27-2014, 12:40 PM
RE: Code Igniter vs Laravel - by ivantcholakov - 12-27-2014, 09:06 PM
RE: Code Igniter vs Laravel - by peterdenk - 12-28-2014, 06:54 AM
RE: Code Igniter vs Laravel - by ivantcholakov - 12-28-2014, 01:00 PM
RE: Code Igniter vs Laravel - by decimoe - 12-28-2014, 07:13 PM
RE: Code Igniter vs Laravel - by no1youknowz - 12-28-2014, 01:09 PM
RE: Code Igniter vs Laravel - by includebeer - 12-28-2014, 06:10 PM
RE: Code Igniter vs Laravel - by peterdenk - 12-29-2014, 04:31 AM
RE: Code Igniter vs Laravel - by Chrolm - 12-29-2014, 07:46 AM
RE: Code Igniter vs Laravel - by no1youknowz - 12-29-2014, 09:00 AM
RE: Code Igniter vs Laravel - by includebeer - 12-30-2014, 09:49 AM
RE: Code Igniter vs Laravel - by ivantcholakov - 12-29-2014, 10:16 PM
RE: Code Igniter vs Laravel - by Chrolm - 12-31-2014, 03:02 PM
RE: Code Igniter vs Laravel - by Code4fun - 12-31-2014, 07:41 PM
RE: Code Igniter vs Laravel - by Code4fun - 12-31-2014, 07:45 PM
RE: Code Igniter vs Laravel - by ciadmin - 01-01-2015, 02:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB