Is there a way to skip frame rate measurement on each initialisation?

OS: MacOS Ventura13.4.1 (c) (22F770820d)
PsychoPy version: v2023.2.1
Standard Standalone? (y/n) Yes
What are you trying to achieve?: I want to determine whether I can skip measuring frame rate of screen in situations when I am repeatedly re-running an experiment to test minor adjustments.
What did you try to make it work?:
• Changed refresh rate from adaptive (ProMotion) to constant (60 Hz).
• Specified my laptop’s size and screen width in monitor centre. Specified this monitor in the ‘Screen’ section of my experiment’s properties menu.

What specifically went wrong when you tried that?:
Running the experiment still presents the following message 'Attempting to measure frame rate of scree, please wait… ’

Console output:

## Running: /Users/USERNAME/Desktop/Project RP(psychoPy)/psychoPy_tutorial_Faces/GFMT/GFMT_lastrun.py ##
1869.3448     INFO     Loaded monitor calibration from ['2023_08_28 16:04']
using PyQt5
2023-08-29 13:00:12.004 python[9228:146414] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/f4/rlv2931x0f7fbrrdcvb0s2x40000gn/T/org.opensciencetools.psychopy.savedState
2023-08-29 13:00:13.803 python[9228:146414] TSM AdjustCapsLockLEDForKeyTransitionHandling - _ISSetPhysicalKeyboardCapsLockLED Inhibit
5.3811     WARNING     Couldn't measure a consistent frame rate!
  - Is your graphics card set to sync to vertical blank?
  - Are you running other processes on your computer?

6.2979     WARNING     Couldn't measure a consistent frame rate!
  - Is your graphics card set to sync to vertical blank?
  - Are you running other processes on your computer?

0.0277     WARNING     t of last frame was 20.31ms (=1/49)
1.1492     WARNING     t of last frame was 22.40ms (=1/44)
1.2954     WARNING     Monitor specification not found. Creating a temporary one...
ioHub Server Process Completed With Code:  0
################# Experiment ended with exit code 0 [pid:9228] #################

Inspecting the console, it would seem that my monitor specification either cannot be found or cannot be saved.

Hardware:
16-inch Apple M2 Pro, 2023

My Question:
From my attempts with PsychToolBox in MATLAB, I’ve come to appreciate that Apple Silicon computers have compatibility issues with most psychophysics-related software. Thus, I’m wondering whether there is a setting I can change that would skip having to see this message each time I boot up an experiment.

It seems like PsychoPy recently started to show a message when measuring monitor timing (NF: Window textbox for system messages · psychopy/psychopy@5dff6a4 · GitHub). It doesn’t seem like this message can be disabled, but you can completely turn off the entire timing check (since you don’t need it anyway if I understood you correctly) via checkTiming=False as an argument to psychopy.visual.Window().