What glb compessions (optimizers) can I find?

I use it, but the size is the same. 3 MB

This could mean (a) that your model size is mostly things other than geometry, which draco doesn’t affect, or (b) that the model is non-indexed which gltf-pipeline can’t compress. see Draco option having no effect · Issue #420 · CesiumGS/gltf-pipeline · GitHub.

see How to use draco loader? - #2 by donmccurdy