Re: [PHP] Site bloated by images

2006-02-16 Thread Angelo Zanetti
MARG wrote: Hi, I have this site on http://www.dte.ua.pt/portulano/ The problem with it is that it tak ages for the images to appear. I have several other sites in the same server and this one is the only which has this kind of trouble. I've already pushed up memory_limit in php.ini, but

[PHP] Site bloated by images

2006-02-16 Thread MARG
Hi, I have this site on http://www.dte.ua.pt/portulano/ The problem with it is that it tak ages for the images to appear. I have several other sites in the same server and this one is the only which has this kind of trouble. I've already pushed up memory_limit in php.ini, but no good :( Any

Re: [PHP] Site bloated by images

2006-02-16 Thread Richard Lynch
On Thu, February 16, 2006 8:36 am, MARG wrote: I have this site on http://www.dte.ua.pt/portulano/ The problem with it is that it tak ages for the images to appear. I have several other sites in the same server and this one is the only which has this kind of trouble. I've already pushed up

Re: [PHP] Site bloated by images

2006-02-16 Thread Warren Vail
MARG's suggestion is right on, I took a look at some of the images, and while relatively small at 250 x 300 pixels, they end up displaying in an image statement that limits them to 15 x 16 pixels (or there abouts) on the finished page. If you only need 15 x 16 pixels, resize the files to

Re: [PHP] Site bloated by images

2006-02-16 Thread Curt Zirzow
On Thu, Feb 16, 2006 at 02:39:54PM -0800, Warren Vail wrote: MARG's suggestion is right on, I took a look at some of the images, and while relatively small at 250 x 300 pixels, they end up displaying in an image statement that limits them to 15 x 16 pixels (or there abouts) on the finished

Re: [PHP] Site bloated by images

2006-02-16 Thread Warren Vail
Good point, I didn't check all the images and probably had assumed that there was one that was huge. Another candidate to look at, is the number of file transfer threads that her server can maintain for each client, this is often limited. I have seen one occasion when a user cranked the