The cross value of the waveform and the X axis is often the data we are interested in.The cross value can be directly calculated in Ticks, and the speed will not slow down because of this, which is really too smart.

The code of Wolfram Mathematica is as follows
Manipulate[
Plot[Sin[x*(1 + zz)], {x, 0, 11},
Ticks -> {SolveValues[Sin[x*(1 + zz)] == 0 && 11 >= x >= 0, x,
WorkingPrecision -> 3]}], {zz, 1, 3}, ControlPlacement -> Top]