[development] Re: Why Drupal 4.7 is late? (long)

Karthik narakasura at gmail.com
Mon Jan 16 15:16:36 UTC 2006


> Frankly I hate the goto() calls. :-)  Doesn't that double the load on the
> server, since Drupal gets built up, processes the request, redirects, and
> then gets built up AGAIN to display the page it was already at?  What's the
> advantage of the goto, when the downside is doubling the load on the system?

AFAIK, this helps avoid Refresh and back button issues with form
submissions, and also takes care of cache_clear_all calls which would
require a reload..

-K


More information about the development mailing list