JavaScript-My order page is slow to load

Source: Internet
Author: User
Using the FASTAPP framework to develop the mall system, the front-end does not use a template engine, with a number of pendant bits, resulting from the database is too large to obtain data too much time, page loading is too slow, ask everyone how to optimize?
The mall address is this, http://www.lber.com.cn.
Page load Slow page is my order page.

Reply content:

Using the FASTAPP framework to develop the mall system, the front-end does not use a template engine, with a number of pendant bits, resulting from the database is too large to obtain data too much time, page loading is too slow, ask everyone how to optimize?
The mall address is this, http://www.lber.com.cn.
Page load Slow page is my order page.

Loading too much data at once will inevitably slow down. And without the template engine, the rendered template will not be cached, and each request will be rendered once, and will certainly be slow.
We recommend using the template engine to turn on the engine cache.
Do not fetch too much data from the database at once, and pull the data from the background with several async. Reduces pressure on first load. Data that is not constantly changing should also be cached.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.