필터 지우기
필터 지우기

How to speed up Project loading?

조회 수: 13 (최근 30일)
Mahmoud Elzouka
Mahmoud Elzouka 2022년 10월 20일
댓글: Nathaniel 2023년 5월 31일
It is too slow to load one of my Projects. The most time consuming step is "Identify Shadowed project files".
How can I disable it?
What should I do to accelerate this step?
Also, I see a Simulink icon next to "Identify Shadowed project files", although my Project has no Simulink files.
  댓글 수: 1
Nathaniel
Nathaniel 2023년 5월 31일
To address the issue of slow loading in your project, specifically the time-consuming step of "Identify Shadowed project files," you can take certain steps to improve the loading performance. Firstly, review the build or bundling configuration of your project. If you are using a build tool like webpack, Rollup, or Parcel, check the configuration file and look for any settings related to identifying shadowed project files. You may find plugins or modules that are responsible for this step. Consider disabling or tweaking their settings, if possible, to speed up the loading process.

댓글을 달려면 로그인하십시오.

답변 (1개)

Animesh
Animesh 2023년 5월 31일
Hello Mahmoud Elzouka,
In MATLAB, if you have a slow project loading issue, specifically during the "Identify Shadowed project files" process, you can disable it using the following steps:
  1. · Open the MATLAB Preferences dialog by typing "preferences" in the Command Window or selecting Preferences in the MATLAB Home tab.
  2. · Select the "MATLAB" category in the left pane of the Preferences dialog box.
  3. · Click on "Project" in the panel inside “MATLAB”.
  4. · Turn off the checkbox for "Detect project files shadowed by open models" by clicking the corresponding checkbox.
  5. · Click "Apply" and "OK" to save the changes.
By disabling this option, MATLAB will not identify the shadowed files during the project loading process, which should help to reduce the loading time. However, note that the identification of shadowed functions will also be disabled, which may cause other issues if shadowed files are used in the project.

카테고리

Help CenterFile Exchange에서 Project File Management에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by