php - Photo gallery page loading slowy...what could be the problem? -


I have a simple php site that I have created but for some reason to load my Photo gallery page for a while Takes for Can anyone explain what is the problem and how to speed up load time?

Here is the PHP code. The way I have coded everything in a file (photography.fp), in the same way in the context of the images in any other folder ...

  & lt ;? Php $ thisPage = "Photographer, Caribbean, Jamaica, Bahamas - Cheryl Blackberry"; $ ThisDescription = ""; $ ThisKeywords = "Caribbean, Jamaica, Bahamas"; Included ("header.php"); //include("html/photography.html); ? & Gt; & Lt; Div id = "photography" & gt; & Lt; Div id = 'coin-slider' & gt; & Lt; Div id = "photos" & gt; & Lt; A href = "#" target = "_ blank" & gt; & Lt; Img src = 'photography / img_01.jpg' alt = "studio keya yacht club auumas, Bahamas" /> & Lt; Span & gt; Studio Kia Yacht Club in Ecumas, Bahamas & lt; / Span & gt; & Lt; / A & gt; & Lt; A href = "#" target = "_ blank" & gt; & Lt; Img src = 'photography' / img_02.jpg 'alt = "zananu dancer in Inagua, Bahamas" /> & Lt; Span & gt; Jinakanu dancer Inagua, Bahamas & lt; / Span & gt; & Lt; / A & gt; & Lt; A href = "#" target = "_ blank" & gt; & Lt; Img src = 'photography / img_03.jpg' alt = "Doctor's cave sea in Montego Bay, Jamaica" /> & Lt; Span & gt; Doctor's cave at the Montego Bay Sea, Jamaica & lt; / Span & gt; & Lt; / A & gt; & Lt; A href = "#" target = "_ blank" & gt; & Lt; Img src = 'photography / img_04.jpg' alt = "Paella, Eleuthera, Bahamas at Beach House" /> & Lt; Span & gt; Paella, Eleuthera, Bahamas at Beach House & lt; / Span & gt; & Lt; / A & gt; & Lt; A href = "#" target = "_ blank" & gt; & Lt; Img src = 'photography / img_05.jpg' alt = "Supreme Court, Nassau, Bahamas Opening" /> & Lt; Span & gt; Supreme Court, Nassau, Bahamas & lt; / Span & gt; & Lt; / A & gt; & Lt; A href = "#" & gt; & Lt; Img src = 'photography' / img_06.jpg 'alt = "Flamingo on Ingaagua, Bahamas" /> & Lt; Span & gt; Flamingo on Ingaagua, Bahamas & lt; / Span & gt; & Lt; / A & gt; & Lt; / Div & gt; & Lt ;! - End photos - & gt; & Lt; / Div & gt; & Lt; P id = "right-description" & gt; & Lt; Img src = "picture / side-descrip-photos.jpg" width = "20" height = "90" alt = "photo description" /> gt; & Lt; / P & gt; & Lt; Script type = "text / javascript" & gt; $ (Document) .ready (function () ($ ('# coin-slider'). Sikkislider ({width: 840, height: 520, Navigation: true, delay: 5000, link: wrong, hover page: right, opacity: 0.7, Effects: 'Practice', SPEED: 1, SP: 1});}); & Lt; / Script & gt; & Lt; / Div & gt; & Lt ;! - End photography - & gt; & Lt ;? Php included ("footer.php"); ? & Gt;  

Here's a link to the site:

I would appreciate any advice for this issue and any coding techniques.

Thanks,

Gary D.

Good and fast loads for me - impressive fast facts

I would say that this bandwidth is heavy, and you have tried to do it with a slow connection.

One thing about it is that you preload all your large images, even if you only show one top, this is a good idea, except that they are right in your code first And navigation, so I think on slow connections, even waiting for all the big images to download before they show navigation right. You can pre-load these images using a different method, using JQuery so that the request to load these images does not come before other images on the page.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -