shoop3D

wordpress webmaster, digital artist, video enhancement

WordPress Design HTTP Requests Just What R They and How Do They Work?

WordPress Design HTTP Requests

March 5th, 2012

WordPress Design – Removing HTTP Requests

Wordpress Design – What’s in an HTTP request?

Let’s talk about HTTP requests. When you add an image to your site, or when you put a page up. Everything has to come through an HTTP request for wordpress design.  What is an HTTP request? Basically, it stands for hyper text transfer protocol.  Every time you put a picture on your page it has to go out to the net to find it. It uses the URL and the HTTP request to do that. Every time that we make that function, it can be very time consuming on your wordpress design. If we take that request out then it does not take as much time to bring that image up on your website. You can remove the HTTP request code in the text editor of your wordpress back office. You want to grab the image right from your image content folder that’s on your wordpress site and not have to go look for it on the net.  Let’s go over this once more in the next paragraph.

Whenever your web browser fetches a file like a page or a picture from a server, it does so using HTTP. [Hypertext Transfer Protocol]. HTTP is a request or a response protocol, which means your computer sends a request – e.g. [Get me the file [ WordPress Design.html ], and the web server sends back a response, Here is the file, followed by the file itself.

All actions produce HTTP requests that are sent to the server. The server replies to each of these requests. The browser uses these server responses to build each page that we see in its window. Some of the responses contain page text in form of HTML code, some contain images that we see on the page, and some carry additional data that is also used to display the page correctly.

WordPress Design

WordPress Design

shoop3D

wordpress webmaster, digital artist, video enhancement