Optimize Production Build #
As we know, by using modern website technology, the problems we will face generally are that the production mode build process is very long, why does this happen? because all modern technology websites will always be built and cloned from development mode to production process, so they need attention to asset management needs.
So what are the tips and tricks to make the production process run faster and lighter? Of course we will divide the project requirements into website files, such as source code which is only used for setting up the site, creating content and so on, without any image assets and other files, then we need to use other storage such as using CDN host for your media like images , videos storage, which are used for saves all media files such as images and videos and other files.
Why should we split it into source code files and media assets? This aims to make the production process faster and lighter because later in the project source code we will only store website files such as article content and site settings, while for media such as images and videos and other files we can use CDN images in it. To insert videos or images into article content, simply copy and paste the CDN URL of your image into your post, with this concept your production process will be lighter and faster. Because your website source code actually only produces the entire source code file without any media, this will make your production process lighter and faster.