IOS development: How to Reduce the application size
Q: How can I reduce the installation package of my program and make it faster to download and install the program?
A: I have collected some tips on how to reduce the installation package size (when the program is downloaded
accurately measure the file compression effect. IOS APP Store related factorsExecutable files that are submitted to the App Store are too dense. The side effect of encryption is that the compression effect of the executable is not as good as it was before, because encryption hides some of the details. Therefore, the. IPA file downloaded from the App Store is larger than the. IPA
MFC project files after compiling and running the project size is often more than 100M, the following describes the vs2010 to reduce the size of MFC project method.Project file size before shrinking: 120M.The method is divided into two steps:(1) Cleaning solution: on the vs2
Reducing the MRP data packet size is saving memory space!
Since the MRP file is a compressed package of binary compilation, that is to say, the file will be loaded into the memory, occupying only less than KB of memory, so we should try to reduce the size of the
check it or not.Grids and animations (Meshes and animations)Both the mesh and the imported animation (Animation Clips) can be compressed. After you have selected a model, you can set it in Inspector.However, they are compressed, which can cause errors. So it's best to first figure out what degree of compression is acceptable within the range. In addition, mesh compression only reduces the size of the data file
More and more people have the ability to buy and have a camera of their own, and at any time to photograph the good things around, but we found that the camera photographed the files are very high pixel, so the photos are large, high resolution and even reached 10M.
Some photos, however, do not need to be viewed in detail, so they waste hard disk space. So how to quickly reduce the size of the picture? Tod
Tags: delete deleted record database space size does not decreaseI remember when I was in college, when I was learning computer, the teacher told me that the delete record only adds a delete ID to the record in the database, so that the database space is not reduced, then did not think so much, yesterday found a database using delete deleted capacity unchanged, Baidu later found the following a webmaster to share the
1. Disable RttiThe disabled method is simple, which is to be in the project (DPR file. Delphi2010 The following definition is added before the uses statement of the project file is the Dproj file, but the DPR file is still the default writing code for the project file:{
In the Word2013 document, users can remove data that is used to restore edited pictures to their original state by using the Discard Edit Data feature. This can effectively reduce the size of the word file that contains the picture, as described in the following steps:
Step 1th, open the Word2013 document window, and click the
Transferred from
Http://www.dotblogs.com.tw/help/archive/2010/07/22/16705.aspx
The English version of vs2010 is called reduce xap size by using application library caching. The main function is to separate the components used into different zip files. After the user downloads the files once, When you enter the page again, you do not need to download the component again if it is not changed, This can spe
property is checked with "reduce xap size by using application library Caching"
2. Add an extmap file "silverlightclasslibrary1.xml" to the location where the silverlightclasslibrary1.extmap. xml file is saved"
Content Description of silverlightclasslibrary1.extmap. xml View sourceprint?
1, reduce the VC6 compiler generated EXE file size, the most effective way is:
Steps:
1. Use release version
2. Add in code: #pragma comment (linker, "/opt:nowin98")
3.project--> setting--> c/c++--> link-> on hook Ignore all default libraries
4.project--> setting--> c/c++--> link-> object/library modules: Add several lib files, such as the Landlord's void Ma
In the DoJa environment, the size of the jar file and Scratchpad file is limited, as shown in the following table:
version
jar file Size (kbyte)
scratchpad file Size
help you identify which files you might want to erase or optimize. But before you start, you need to know a few things:1, Unity re-coding will make the resource into its own internal format, so the type of resource source file is irrelevant. For example, if you have a multi-layer PS texture, it will be spliced and compressed before the build. So deliberately turning this texture into PNG format does not help to r
is not very slow, The results of the online home test I do not remember very clearly about 100ms bar).In the official API before Android 4.0 there is no relevant method provided, but after 4.0, the API provides the relevant methods.Please refer to the article here, written very good: http://www.uisdc.com/image-format-webp-introduction2. Use so file to compress jpg, read an article, people said inside why the Android version of the picture and the ima
Animation is an animated file in unity, and the main content is composed of key frame data. By adjusting Unity's resource serialization to text, you can view the animation file in text mode.You can set the resource serialization mode by opening the Editor Settings window with the menu item, Project Settings, editor:Shows my animation of a cube, which contains several keyframes that adjust the coordinates an
Q: How to make my program installation package smaller, so that the download and installation of the program faster?
A: This article collects some tips for reducing the size of the program installation package (when downloading and installing the program for the first time). If this is for the upgrade program, you can read this article (reduce the size of the do
Reduce the EXE (DLL) code, mainly from the following aspects:
1. Code quality. Consider refactoring when you try to copy paste code. Copying Code not only makes it difficult to modify and maintain the code, but also increases the size of the final executable file.
2. try to use the dynamic link library of the system, such as the required DLL for each version of
Unity Export iOS Project how to reduce running memory, installation package (IPA), and post-installation size (introduction)
Recently, the project encountered some problems, because the project has more color picture material, size is also relatively large, the producer does not accept the compression of the image quality is obviously reduced. This led to unity
Since Delphi2010 enhanced the RTTI reflection mechanism, the compiled program becomes larger because by default Delphi2010 adds Rtti information to all classes (oh, no matter you use it, as if the practical value is really not high, at least I will not use at present). Although the speed of the operation of the program has little impact, but will increase the size of the installation program, which we do not want to see. Is there a way to disable Rtti
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.