Coder Social home page Coder Social logo

Comments (2)

idleberg avatar idleberg commented on August 28, 2024

I have no problems loading a folder containing 5,000 files

from bootstrap-listr.

systems-rebooter avatar systems-rebooter commented on August 28, 2024

Hi @idleberg

Below are the timelines I'm getting with disabled caching:

$ time find . -mindepth 1 -maxdepth 1 -type d  -print0 | while read -d '' -r dir; do     files=("$dir"/*);     printf "%5d folders in directory %s\n" "${#files[@]}" "$dir"; done | sort -nr

 8297 folders in directory ./D
 7293 folders in directory ./S
 6641 folders in directory ./M
 5189 folders in directory ./A
 3816 folders in directory ./T
 3680 folders in directory ./C
 3660 folders in directory ./B
 3652 folders in directory ./P
 3523 folders in directory ./R
 3412 folders in directory ./J
 2671 folders in directory ./F
 2619 folders in directory ./L
 2485 folders in directory ./K
 2285 folders in directory ./E
 2273 folders in directory ./G
 2217 folders in directory ./N
 1901 folders in directory ./H
 1333 folders in directory ./I
 1243 folders in directory ./O
 1223 folders in directory ./V
 1101 folders in directory ./W
  624 folders in directory ./U
  476 folders in directory ./Y
  465 folders in directory ./Z
  307 folders in directory ./X
  207 folders in directory ./Q

real    0m0.202s
user    0m0.201s
sys 0m0.002s

Directory D (contains 8297 folders, load time: 18.76s of total page load 21.76s)

screen shot 2015-12-15 at 10 41 41

Directory S (contains 7293 folders, load time: 19.55s of total page load 20.43s)

screen shot 2015-12-15 at 10 44 13

from bootstrap-listr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.