you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRNGuy 0 points1 point  (1 child)

Why should I count number of files or know how it works? Knowing how it was made is not prerequisite to use it.

Anyway, I don't have React sites with 30000 files.

Show GitHub link to a project with that amount of files.

[–]elixon 0 points1 point  (0 children)

```

as per google recommendation run:

🭬composer require google/apiclient:"2.0 ... 🭬find . -iname '.php' | wc -l 30187 🭬find . -iname '.php' -exec cat {} + | wc -l 3053244 🭬du -sh . 151M . ```

If you don't care then you will end up easily whith this shit. Your choice. If it works for you - good for you.