What can you do to improve page performance?
Answer / Ranjeet Kumar
There are several ways to improve page performance. Some common techniques include minimizing HTTP requests, optimizing images and media files, minifying and compressing JavaScript, CSS, and HTML code, using browser caching, lazy loading of images and content, reducing the number of plugins and third-party libraries, and properly configuring server settings for efficient resource delivery.
| Is This Answer Correct ? | 0 Yes | 0 No |
If we force XML for web design, the browzer size will reduce. How?
txtUserID = trim(Request.Form("txtUserID")) txtPassword = trim(Request.Form("txtPassword")) txtFName = trim(Request.Form("txtFName")) txtLName = trim(Request.Form("txtLName")) txtEmail = trim(Request.Form("txtEmail")) txtAddrLine1 = trim(Request.Form("txtAddrLine1")) txtAddrLine2 = trim(Request.Form("txtAddrLine2")) txtCity = trim(Request.Form("txtCity")) txtState = trim(Request.Form("txtState")) txtZip = trim(Request.Form("txtZip")) txtCountry = trim(Request.Form("txtCountry")) txtCompanyName = trim(Request.Form("txtCompanyName")) txtPhone = trim(Request.Form("txtPhone")) txtFax = trim(Request.Form("txtFax")) txtBusinessType = trim(Request.Form("txtBusinessType")) txtAffiliations = trim(Request.Form("txtAffiliations")) txtAboutUs = trim(Request.Form("txtAboutUs"))
What are the types of web testing security problems?
What happens in a Web application when you enter all the data and click on submit button?
what is the difference between require() and include() when an error is encountered?
Which method is used to post a Web page to another Web page?
How does dynamic discovery (in case of *.vsdisco) work? What goes on behind the scenes?
What is a Complex Element?
What is Code Base, Style Sheets?
What is intranet application?
Differentiate between static and dynamic website.
Explain "URL Encoding",HTML "entity", GET method, POST method ?