Most of websites are complained and worried about loading issues, page performance. I would like to share my knowledge regarding the same in this post. This point of view to explain, i categorize websites are built with mixing of one or more of below.
1) Static Html (images, content,css)
2) Jasascript
3) Server side scripting languages like php, asp and jsp
3) Database tables manipulation to retrieve data, insert data and other operations.
Static HTML: Assume website is built with static html. Anyway commonly every website is associated with css, js files, images and content. consider, we are browsing the site through a browser say firefox. In the front end we clearly see images,content directly on the screen itself. we also see colors, padding, margin, background, width,height etc for pieces in page(s). these are added in background in the format of styles and defined in css files.
Also js files /java script would be defined in the page as per the need usually happens at form validations, submission or element event(s). html, css, javacript will be understand by the browser and it depends on standards defined as per the norms of rules and actions of it. And it varies from version to version. Yes, now it is the time to get to know things involved in page speed.
1) Static Html (images, content,css)
2) Jasascript
3) Server side scripting languages like php, asp and jsp
3) Database tables manipulation to retrieve data, insert data and other operations.
Static HTML: Assume website is built with static html. Anyway commonly every website is associated with css, js files, images and content. consider, we are browsing the site through a browser say firefox. In the front end we clearly see images,content directly on the screen itself. we also see colors, padding, margin, background, width,height etc for pieces in page(s). these are added in background in the format of styles and defined in css files.
Also js files /java script would be defined in the page as per the need usually happens at form validations, submission or element event(s). html, css, javacript will be understand by the browser and it depends on standards defined as per the norms of rules and actions of it. And it varies from version to version. Yes, now it is the time to get to know things involved in page speed.