Git Product home page Git Product logo

nova-test-performance's Introduction

Test Repo for Laravel Nova

I found a performance issue while upgrading a customers Laravel Nova installation from version 2 to 4.

The issue

Link: https://github.com/laravel/nova-issues/issues/5690

Our customer has ~60.000 records in users table. Using a filter on colum email reduces the performance a lot. In earlier version 2 opening the filter needs less than 300ms and opening the email selectbox costs less than a second. After upgrading to Nova 4 opening the filterbox needs 12 seconds and opening the email selectbox costs ~24 seconds while browser interrupts you with questions to close the tab or still waiting until process may end.

How to reproduce

Clone this repository: https://github.com/sfroemkenjw/nova-test-performance

It contains an DDEV environment. So start the project with: ddev start

The database needs to be migrated: ddev artisan migrate

Create an admin user: ddev artisan nova:user

Launch PhpMyAdmin: ddev launch -p

Select database db and import the file: ./db-import-for-table-users.sql It just contains records since ID 2. So your admin will not be deleted. Big thanks to the service of: https://filldb.info/

Visit user resources in admin area of nova: https://nova-test-performance.ddev.site/nova/resources/user-resources

Click on the filter icon and wait...and wait...wait ;-)

nova-test-performance's People

Contributors

sfroemkenjw avatar

Watchers

 avatar

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.