html - Internal path versus http paths -
For example, you have the following paths on the website:
/ site / Resource / IMG / Large Image JPG
Now you say that you have changed that path with the following path:
http: //www.mydomain/site/ resources / img / Bigger image JPG
Is there any difference (and means my performance) and how many images are there to slow down the site?
Look for full coverage of these topics, and relative URLs of best practices Recommendation - i.e. /site/resources/img/bigImage.jpg
edit : Here is the relative versus URL question, which makes a good point Is: You will see a decrease in the file size with a relative URL. Unless you are looking at a large number of images, it probably will not be a big difference, but when it comes to file size, then small is better.
Comments
Post a Comment