Tagged Questions
0
votes
2answers
36 views
Does google take into account page load differences from caching?
Here's what I mean by that. If I use internal CSS, the page will load a bit quicker on the first time it is visited, but with external CSS a user can cache the document and load the rest of the site ...
3
votes
2answers
108 views
Images on a subdomain, hosted on the same server — will simultaneous downloads increase? (CDN)
Browsers only allow you to download a limited number of concurrent files from the same domain.
Would a subdomain for images (basically as a content delivery network) on the same web hosting server ...
2
votes
3answers
306 views
DNS lookup when using a CDN
Using a CDN can vastly improve the load time of a website. I been thinking of using it to host all my external files like CSS, JS, Images, Videos etc. However I was thinking when linking to a CDN, ...
2
votes
1answer
179 views
Two URL CDNs are better than one for SEO and Speed?
For example, my URL is:
www.site.com
For SEO, PageSpeed and Server Tweaking for ultimate performance, and speed, my code places static files like JavaScript, CSS and Images on my CDN:
...
1
vote
2answers
233 views
Do Google/Twitter etc actually use distributed servers to serve their resources?
I'm trying to optimize my website and running a few tests using webpagetest.org. I tried the test from Singapore and Hongkong.
I saw that while all facebook, quantcast, chitika scripts were loading ...