Original title: Google's AMP - Accelerate Mobile Pages. The author Zac gave a speech at the 6th SEO Ranking last week and shared some of the latest developments in the international SEO industry. One of the contents is Google’s AMP project, which I will also talk about here. AMP, Accelerated Mobile Pages, roughly translates to "accelerated mobile pages". It is a technology launched by Google in October last year to improve the access speed of mobile pages. The specific technical details can be seen on the official website of the project, and there is a simple Chinese version. (See: What is Google AMP? ) To put it simply, but not necessarily accurately, AMP pages are mobile pages that are greatly simplified and therefore load faster. AMP has several characteristics: AMP's HTML code is a subset of standard HTML. Some codes are no longer allowed to be used. CSS codes such as table, frame and so on are also simplified and must be written in HTML. External CSS files such as JS cannot be called. Some parts are no longer available, which is faster of course, but many interactive functions also lose resource control, such as pictures, videos, etc., and then the height cache is loaded when the user scrolls down to the picture,
1. seozac: Google's AMP - Accelerated Mobile Pages
##Introduction: AMP, Accelerated Mobile Pages, roughly translated meaning It is "accelerated mobile page". It is a technology launched by Google in October last year to improve the access speed of mobile pages. The specific technical details can be seen on the official website of the project, and there is a simple Chinese version.
2. Xiaoqiang’s HTML5 mobile development road (51) - improving page access speed in jquerymobile
Introduction: When using jQuery Mobile for development, you can choose single-page templates and multi-page templates. When using single-page templates, jump from one page to another. When the page needs to be requested from the server, the user will feel a slight pause. Using multi-page templates can improve the smoothness between page jumps, but multiple pages need to be downloaded at once, so the download time becomes longer and the user experience will also be affected.
3. Analysis on the method of using curl concurrency to reduce back-end access time
Introduction::php uses curl Analysis of concurrency methods to reduce back-end access time: The example in this article describes how PHP uses curl concurrency to reduce back-end access time. Share it with everyone for your reference. The details are as follows: In our daily programs, it is inevitable to access several interfaces at the same time. When we usually use curl to access, it is usually a single and sequential access. If there are 3 interfaces, each interface will be accessed at the same time. If one interface takes 500 milliseconds, then our three interfaces will take 1500 milliseconds. This problem is too troublesome and seriously affects the page access speed. Is it possible to increase the speed by concurrent access? Today I will briefly talk about using curl concurrency to improve page access
4. Use curl concurrency to improve page access speed_PHP tutorial
Introduction: Use curl concurrency to improve page access speed. In our daily programs, it is inevitable to access several interfaces at the same time. When we usually use curl to access, it is usually a single and sequential access. If there are 3 interfaces, each
5. PHP cleverly uses curl concurrency to reduce back-end access time
Introduction: In our usual programs, it is inevitable to access several interfaces at the same time. , when we usually use curl to access, it is usually a single, sequential access. If there are three interfaces, each interface takes 500 milliseconds, then our three interfaces will take 1500 milliseconds. This problem is too headache and has serious consequences. If the page access speed is reduced, is it possible to increase the speed by concurrent access? Today I will briefly talk about using curl concurrency to improve page access speed. 1. Curl access method and time-consuming statistics function curl_fetch($
6. Skillfully use curl concurrency in PHP to reduce the time of obtaining third-party web content
Introduction: Clever use of curl concurrency in PHP to reduce the time of obtaining third-party web content Preface: In our usual programs, it is inevitable to access several interfaces at the same time. When we usually use curl to access, we usually It is a single, sequential access. If there are three interfaces and each interface takes 500 milliseconds, then our three interfaces will take 1500 milliseconds. This problem is too headache and seriously affects the page access speed. Is it possible to improve it by concurrent access? What about speed? Today I will briefly talk about using curl concurrency to improve
7. Use curl concurrency to improve page access speed
Introduction: Use curl concurrency to improve page access speed. In our daily programs, it is inevitable to access several interfaces at the same time. When we usually use curl to access, it is usually a single and sequential access. If there are 3 interfaces, each
9. JSP display content caching techniques_MySQL
【Related Q&A Recommendations】:
php - Wordpress Optimization
The above is the detailed content of 10 recommended articles about page access speed. For more information, please follow other related articles on the PHP Chinese website!