The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
14 views

Buying a domain in other country: larger response times?

I bought a domain in a very well know provider of domains in USA (Godaddy). Now I want to use that domain for a site (local bussines) hosted in a server in Spain, and I'm wondering if I will get ...
0
votes
0answers
44 views

Trying to improve the server response time

I have used the Google Developer PageSpeed Test and it suggests this: Improve server response time Suggestions for this page Long web server response times delay page loading. Reduce your response ...
2
votes
2answers
125 views

Is static HTML the fastest?

I have been researching several different techniques to deliver web content fast, like nginx and node.js. When it comes down to performance optimization http expires headers and gzip come to mind. ...
0
votes
0answers
21 views

PrestaShop preformence with 100.000 + products

I am i the process of finding a replacement for an old web-shop (Compumail.dk), we are looking at a lot of possibility's and one of them is PrestaShop. The site has in the area of 100.000 products, ...
1
vote
3answers
40 views

Using one document for all images

I have some icons around 100x100. I typically save out each icon as a .png but I wanted to know if I included all the .pngs in one document would it be ideal and improve load time? If one document ...
3
votes
2answers
56 views

How to solve 503 issue

I'm participating in a web project. It's a Joomla web page and it's gained a lot of visitors in the past months. Actually we are receiving donations each year to pay site's hosting and domain. The ...
0
votes
0answers
53 views

How to improve overall site performance/security? [closed]

I use PHP and am avid in my development using that language. What means can I use that will improve the performance of my PHP site, and bolster its security?
3
votes
3answers
299 views

Would parallelizing downloads across hostnames improve TTFB?

I am getting very high TTFB (Time To First Byte) about 2.6 to 3 seconds, I have very high number of images on my pages. I want to get thumbs downloaded from multiple host names like: ...
0
votes
1answer
178 views

What is optimum time spent downloading a page? [duplicate]

Possible Duplicate: Ideas to improve website loading speed? I saw on wpengine.com, Google says they lose 20% of their traffic for each additional 100 milliseconds it takes a page to ...
1
vote
1answer
89 views

testing random pages for uptime (part of an SLA)

We have outsourced hosting of a large website. We have an SLA for response times of random pages. I.e. every minute a random page will be chosen from a pool of 30,000 pages and its response time ...
8
votes
4answers
3k views

Alternative to Pingdom website monitoring service

I need a website monitoring service to make sure my app is not only up but also responsive. Pingdom is great, but just so expensive. Is there anything like it but more affordable? UPDATE: I'd like ...
0
votes
2answers
158 views

Average header response time of a website

I'm building a link checker to check a huge amount of URLs for uptime and I'm currently thinking about timeout times. Do you know any statistics which provide the average header response time to have ...
-4
votes
1answer
140 views

What influences the loading of a web page? [closed]

What influences the loading of a web page? What does the web page load faster or slower?
1
vote
1answer
118 views

Potential issues with multiple home pages

I have a site where I want to have two different home pages: a general description page for anonymous users, and a dashboard page for logged-in users. I am debating between two implementations: ...
3
votes
1answer
382 views

Does loading and executing external javascript have influence on SEO?

Say I have a script that executes after DOM Ready. It loads more resources (like a twitter feed and the like). So, it adds up to the total experience of 'waiting' for the page to load, though it isn't ...
2
votes
3answers
352 views

How can I decrease load time (see image) [duplicate]

Possible Duplicate: DNS takes too long to resolve This website loads pretty fast, in less than 1 second on localhost. I have made it live on the server and load times are as high as 15 ...
1
vote
2answers
410 views

Optimizing perceived load time for social sharing widgets on a page?

I have placed the facebook "like" and some other social bookmarking websites link on my blog, such as Google Buzz, Digg, Twitter, etc. I just noticed that it takes a while to load my blog page as it ...
3
votes
1answer
425 views

Effect on SEO of lazy scrolling on HTML comments

I am thinking about using a JS script that lazy loads HTML when scrolling ( http://ivorycity.com/blog/2011/04/19/jquery-lazy-loader-load-html-and-images-on-scroll/). I am not too sure about whether ...
1
vote
0answers
63 views

Measuring the page load time [closed]

Can anyone provide an overview of what the steps are to create a tool such a Pingdom's page load time tool? I see a lot of these out there that do essentially the same thing, but I am not sure how to ...
3
votes
2answers
119 views

Does url length have any impact on page load speed?

Our site has been doing fairly well in terms of load speed and so I don't want this to bring that down as a slower page load speed impacts SEO visits.
4
votes
2answers
343 views

CDN solutions pros and cons

As the sysadmin in our organization I've been asked to look into CDN solutions as we have plans to roll out a web platform that is targeted at developing countries. Here is my research so far on the ...
0
votes
0answers
278 views

How to load a website that is over capacity [closed]

Are there any tricks or tips to load a website that is over capacity? (It's a "daily deal" kind off website I need to buy something from) Any ideas welcome. Michael
7
votes
1answer
124 views

Photography website: How much quality to sacrifice for file size?

I am designing a website for a Photographer. Obviously I compressed the images so that they would load faster and not use all the visitors cap. (There is quite a few gbs of pictures so that would just ...
0
votes
1answer
373 views

How to reduce the load time on a page with a lot of iframes (social media plugins)

I have an overview page with links to the social media presence of all the teams taking part in a competition. Basically, the page is a big table with, where appropriate, in the cells an iframe with ...
3
votes
2answers
4k views

Slow website response? How can I fix this issue?

I have pingdom monitor on my website: http://stats.pingdom.com/t68xhgex256f/375513 For North America (big target market) the response time is 1-2 seconds. This is far too slow. Is there anything ...
3
votes
2answers
1k views

Does multiple CSS files affect load time?

Does using multiple CSS files (default.css, print.css, mobile.css...) affect a website's load time?
11
votes
3answers
4k views

How to pre-load images used only on hover?

I have a link that starts with one background image and then changes on hover to another. Both background images are set in the CSS. My browsers (any of them) don't seem to load the hover image ...
1
vote
3answers
90 views

Measuring site load times after user is logged in?

How can I test my site "as if" users have logged in and then accessing different parts of the website? I saw ...
11
votes
7answers
591 views

Is there a good way to measure my site's response time from different parts of the world?

I would like to measure how fast my site loads from different locations around the world. What is the best way to do this?
3
votes
7answers
116 views

Is there a tool to compare space used by each file of a web page?

Is there a tool that can load a web page and compare the space used (and thus load time) by each file? For example:
9
votes
6answers
882 views

How can I encourage the browser to download images from CSS file faster?

I use CSS to place a lot of my images (as backgrounds for divs) and I often find that they load very slowly this way. They seem to be the last thing to load. Even small little icon images take a ...
17
votes
2answers
985 views

If a page takes too long to load, after how long will a user give up and re-load or go elsewhere?

If a page takes too long to load, after how long – generally – will a user give up and re-load or go elsewhere? What studies have been done that measured page load time and user ...