Even when I dont use pylons via proxy in apache I still see intermittent
rendering of the homepage from fair to god damn awful.

Not really sure what to think since its only pylons running (0.9.7) on a
dedicated server.

I am starting my server via:

paster serve --reload development.ini

and changed the port to 80 like Alec suggested.

Simply go to:

http://74.213.166.67

Eventually after closing and starting my bvowser again you can see how slow
it appears. I dont see this performance when I run locally. So it either my
server or a network issue between my server and my local browser?
Frustrating.

On Sat, Jun 19, 2010 at 1:40 PM, Noah Gift <[email protected]> wrote:

> You can also run the strace command on apache and follow forks.  You can
> tell exactly how long the server is taking on ever call.
>
> On Jun 19, 2010, at 11:18 AM, cd34 <[email protected]> wrote:
>
> > In Chrome, in the developer tools is a timeline that shows the loading
> > of the elements.  Firefox has something very similar in the YSlow
> > plugin.  From that, you can figure out if it is a problem initially
> > getting the resources, or, whether things are being loaded inline.
> > Firefox also has LORI (Life of Request Indicator) which gives you time
> > to first byte, transfer time, page size, complete resource size in the
> > statusbar.
> >
> > Is apache serving your static resources, or are you proxying those
> > through to paster?  I don't recall if apache's proxy will handle
> > multiple threads on a single request.  What does your setup look like?
> >
> > apache -> proxy_pass -> paster
> >
> > apache -> static resources
> >            |-> proxypass for dynamic resources
> >
> > I don't want to suggest to much into the mix, but, personally I prefer
> > mod_wsgi for apache/pylons projects and I make sure that apache serves
> > the static resources.  If you are generating the images through
> > pylons, then that isn't a possibility.
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> [email protected]<pylons-discuss%[email protected]>
> .
> > For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<pylons-discuss%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to