I'm working on a drupal CMS system with apache 2.2, drupal 5.12 or something like that, mysql on a red hat enterprise server. This is a system that runs for a major commercial website, so tons of requests going back and forth, and things need to be fast. However, on a recent zen page, my boss and I discovered that the load time was annoying, and found that one reason for it were multiple redirects, caused by using Zen in combination with Domain Access and Clean URLs. Comparing the system with Garland, I found Zen was a decent amount slower. Notably the repeated back and forth between the theme engine and the path system with redirects for each step of preprocessing for each element was wasting a decent amount of time. Now speed is quality, so I was wondering if anyone else has had this issue and if anyone else might know a solution.

Comments

johnalbin’s picture

Status: Active » Postponed (maintainer needs more info)

Comparing the system with Garland, I found Zen was a decent amount slower. Notably the repeated back and forth between the theme engine and the path system with redirects for each step of preprocessing for each element was wasting a decent amount of time.

Redirects? You’re talking about HTTP redirects? I don’t understand.

Also, you are comparing Zen+Domain Access with Garland+Domain Access, right?

Jztinfinity’s picture

Yep HTTP redirects, notably 404-redirects, that I suppose are generated by mod-rewrite. And while I am comparing Zen+Domain Access to Garland+Domain Access, I'm fine with Zen being somewhat slower than Garland, I just would like to know if it can get faster than it is.

Jztinfinity’s picture

Component: Code » PHP Code
Status: Postponed (maintainer needs more info) » Active

Sorry I meant to mark the still-activeness of this issue.

johnalbin’s picture

Status: Active » Postponed (maintainer needs more info)

You still have yet to explain what Domain Access’s HTTP redirects have to do with theme preprocessing functions. I don't understand what you mean by “repeated back and forth between the theme engine and the path system with redirects for each step of preprocessing for each element was wasting a decent amount of time.”

Jztinfinity’s picture

Sorry, I should have mentioned that the site I work on uses Zen subthemes with for each domain with domain access

akalata’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Closing old and inactive support requests.