search
HomeWeb Front-endHTML TutorialSmartisan Technology's front-end source code--Experience static resource optimization_html/css_WEB-ITnose

Do I really have obsessive-compulsive disorder?

When I entered the office in the morning, the first thing I saw was a network cable pulled out from under my seat. This network cable passed through the aisle and connected to another colleague who had just moved in. on the computer. To prevent passers-by from stumbling upon it, tapes were put all over it. Can you imagine that scene? Anyway, it’s ugly, messy, and complicated. I yelled: Why are you doing this? Why are you so ugly? In the end, anyway, I restored the elegance to it, Graceful. Am I obsessive-compulsive? Is obsessive-compulsive disorder a disease? Can obsessive-compulsive disorder be cured?

The front end of Smartisan Technology

I read an open letter written by a designer who claimed to have obsessive-compulsive disorder to Lao Luo, saying that the front end is weird, lazy, irresponsible for the implementation, etc., and then I ran I went to the official website of Smartisan Technology and looked at their source code (view-source: http://www.smartisan.com/). The css, js, and html pages were all compressed. I was shocked (forgive me for my small front-end). Bai), and then went to Baidu, Jingdong, Taobao and "ladder" FQ to Facebook, YouTube, suddenly realized, Soga, it turns out that this is how big companies do it. How can we turn the code of a "small company" into the code of a "big company"? Next, I went to Zhihu to find the answer...

Zhihu is full of big guys

When I entered keywords such as "front-end code of large companies" in the search box of Zhihu , I found this question from the results: How to develop and deploy front-end code in a large company? . UC front-end guru Zhang Yunlong’s answer excited me. He mentioned some requirements of large companies for front-end static resource deployment:

  • Configure long-term local cache?? Save bandwidth and improve performance
  • Use content summary as the basis for cache update?? Accurate cache control
  • Static resource CDN deployment?? Optimize network requests
  • Update resource release path Achieve non-coverage release?? Smooth upgrade
  • And developed a front-end compression tool based on Baidu's FIS, an open source project. Daniel has written the document very well, you only need to click in and follow the steps Just do it in two steps. I tried it and it was really cool.
    What? If you don’t know what FIS is, go to Baidu yourself.

    XBB, no picture, no truth

    Although I encountered a pitfall when installing Node.js, I finally solved it with the help of Du Niang and Brother Gu. I only have one warning: if you are a Windows user, please add a user variable! Please add user variables! Please add user variables! Important words should be spoken three times. The effect is as shown in the picture:

    Last question: Why can’t I smell and eat when I have a cold?

    Statement
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    What is the purpose of HTML attributes?What is the purpose of HTML attributes?May 07, 2025 am 12:01 AM

    HTMLattributesareessentialforenhancingwebelements'functionalityandappearance.Theyaddinformationtodefinebehavior,appearance,andinteraction,makingwebsitesinteractive,responsive,andvisuallyappealing.Attributeslikesrc,href,class,type,anddisabledtransform

    How do you create a list in HTML?How do you create a list in HTML?May 06, 2025 am 12:01 AM

    TocreatealistinHTML,useforunorderedlistsandfororderedlists:1)Forunorderedlists,wrapitemsinanduseforeachitem,renderingasabulletedlist.2)Fororderedlists,useandfornumberedlists,customizablewiththetypeattributefordifferentnumberingstyles.

    HTML in Action: Examples of Website StructureHTML in Action: Examples of Website StructureMay 05, 2025 am 12:03 AM

    HTML is used to build websites with clear structure. 1) Use tags such as, and define the website structure. 2) Examples show the structure of blogs and e-commerce websites. 3) Avoid common mistakes such as incorrect label nesting. 4) Optimize performance by reducing HTTP requests and using semantic tags.

    How do you insert an image into an HTML page?How do you insert an image into an HTML page?May 04, 2025 am 12:02 AM

    ToinsertanimageintoanHTMLpage,usethetagwithsrcandaltattributes.1)UsealttextforaccessibilityandSEO.2)Implementsrcsetforresponsiveimages.3)Applylazyloadingwithloading="lazy"tooptimizeperformance.4)OptimizeimagesusingtoolslikeImageOptimtoreduc

    HTML's Purpose: Enabling Web Browsers to Display ContentHTML's Purpose: Enabling Web Browsers to Display ContentMay 03, 2025 am 12:03 AM

    The core purpose of HTML is to enable the browser to understand and display web content. 1. HTML defines the web page structure and content through tags, such as, to, etc. 2. HTML5 enhances multimedia support and introduces and tags. 3.HTML provides form elements to support user interaction. 4. Optimizing HTML code can improve web page performance, such as reducing HTTP requests and compressing HTML.

    Why are HTML tags important for web development?Why are HTML tags important for web development?May 02, 2025 am 12:03 AM

    HTMLtagsareessentialforwebdevelopmentastheystructureandenhancewebpages.1)Theydefinelayout,semantics,andinteractivity.2)SemantictagsimproveaccessibilityandSEO.3)Properuseoftagscanoptimizeperformanceandensurecross-browsercompatibility.

    Explain the importance of using consistent coding style for HTML tags and attributes.Explain the importance of using consistent coding style for HTML tags and attributes.May 01, 2025 am 12:01 AM

    A consistent HTML encoding style is important because it improves the readability, maintainability and efficiency of the code. 1) Use lowercase tags and attributes, 2) Keep consistent indentation, 3) Select and stick to single or double quotes, 4) Avoid mixing different styles in projects, 5) Use automation tools such as Prettier or ESLint to ensure consistency in styles.

    How to implement multi-project carousel in Bootstrap 4?How to implement multi-project carousel in Bootstrap 4?Apr 30, 2025 pm 03:24 PM

    Solution to implement multi-project carousel in Bootstrap4 Implementing multi-project carousel in Bootstrap4 is not an easy task. Although Bootstrap...

    See all articles

    Hot AI Tools

    Undresser.AI Undress

    Undresser.AI Undress

    AI-powered app for creating realistic nude photos

    AI Clothes Remover

    AI Clothes Remover

    Online AI tool for removing clothes from photos.

    Undress AI Tool

    Undress AI Tool

    Undress images for free

    Clothoff.io

    Clothoff.io

    AI clothes remover

    Video Face Swap

    Video Face Swap

    Swap faces in any video effortlessly with our completely free AI face swap tool!

    Hot Tools

    SublimeText3 English version

    SublimeText3 English version

    Recommended: Win version, supports code prompts!

    mPDF

    mPDF

    mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

    Dreamweaver CS6

    Dreamweaver CS6

    Visual web development tools

    PhpStorm Mac version

    PhpStorm Mac version

    The latest (2018.2.1) professional PHP integrated development tool

    VSCode Windows 64-bit Download

    VSCode Windows 64-bit Download

    A free and powerful IDE editor launched by Microsoft