如何使用:其中,使网页加载速度更快;期满>或缓存方法更快、缓存、如何使用、加载

2023-09-04 23:29:53 作者:劳资就这么个范

我只是在寻找

如何优化网页,加载速度更快。

How to optimize webpage and load it faster.

我得到的解决方案是我们需要使用缓存和到期标记,以便如图片的网页所需的文件,CSS,jscripts可以缓存在本地内存和系统使用,只要下一次请求大约是相同的发送,从而减少该HTTP请求到服务器。

The solutions I got is we need to use caching and expires tag so that required documents of the webpage like images, css, jscripts can be cached in the local memory and the system uses the same whenever next time request is about to be sent and thus reducing the HTTP request to the server.

有没有人使用这一功能的是发达国家还是没有人有知识,如何使用该网站。请帮我在这还是请大家给我的任何链接,这样我会读这本书是我自己。

Has anyone used this feature in the website they developed or does anyone have knowledge about how to use this. Please help me on this or Please give me any link so that I will read it by myself.

我搜索在谷歌相当长的时间,但did'nt得到了我的问题任何妥善的解决办法。

I searched in google for a long time but did'nt got any proper solution for my problem.

我开发我的网站与.NET和C#和SQL服务器。

I am developing my website with .net and C# and SQL server.

编辑

嗯,我不知道将在同一页面的格式是否正确,但我也是刚刚才知道我们如何能够提高网页加载速度,现在我想在网站上,我要发展来实现它。 ATLEAST有人可能有知识有关这一权利。请让我知道。??

Well I dont know the correct format of adding the same in the page but I just got to know about how we can increase the speed of webpage loading and now I want to implement it in the website I am going to develop. Atleast someone might be having knowledge about this right. Please let me know.??

推荐答案

嗯,这链接将帮助您了解如何最大限度地减少HTTP请求。​​

Well this links will help you to understand how to minimize the HTTP requests.

链接1 链接2

感谢您user1429080的链接..:)

Thank you user1429080 for the links.. :)