PriorityPreprocessor
Link to prioritypreprocessor
The Priority Preprocessor allows you to give your scripts a loading priority.
Вызов
Link to вызов
You call the Priority Preprocessor by adding #priority number
to your script with number
being the priority number you want to set.
Что он делает
Link to что-он-делает
The higher a script's priority the earlier it is getting executed.
Scripts with the same priority will be sorted alphabetically using their pathname.