waqas ahmad schrieb: > > Hi, > > > > I am using moinmoin184 with > > Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g mod_wsgi/2.3 Python/2.5.2 > mod_auth_sspi/1.0.4: > > My hardware specification is: > > Total Physical Memory: 4.091 MB > > OS Build Type: Multiprocessor Free > > System Type: X86-based PC > Processor(s): 4 Processor(s) Installed. > > > > I have some pages with lot of images (per page 50 images) and the processing > of these images are little bit slow. Sometimes when i open the image page > then some images don't appear on the page. Therefore i have to use this > option "rightclick on the image --> Show picture". This is not comfortable. > Is there a way to get rid of?
If you add images on a page by attachment: and rescale them by its params then your browser has to read all the mbytes you saved and rescales them afterwards. Once having them in your browser cache should speedup the access of the page. If you want to speedup the load process then you should use images resized to the width/height you want to display. So how big in MB are your images? > > I am using these images as a link. e.g. when i click on image then i jump on > other page( [[CategoryAmd|{{attachment:amd_bild.png}}]] ). > > I have read the article about arnica > (http://moinmo.in/ReimarBauer/HelpOnArnica#A1.8_installation). I don't know > that it can help me or not. With arnica you get access also to a new Image macro which creates a rescaled image from every size you enter in the servers cache dir. That is loaded much faster because it is stored resized and only this amount of data becomes send. Without any param it creates thumbnails by a size of THUMBNAIL_SIZE = (128, 128) <<Image(picture.jpg)>> you could enter a width and a heigth keyword. cheers Reimar > > Thanks in advance, > > Best Regards, > > Waqas Ahmad > > > > _________________________________________________________________ > Drag n’ drop—Get easy photo sharing with Windows Live™ Photos. > > http://www.microsoft.com/windows/windowslive/products/photos.aspx > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > ------------------------------------------------------------------------ > > _______________________________________________ > Moin-user mailing list > Moin-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Moin-user mailing list Moin-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user