Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, I want to develop a web-based commerce managing system.

For that, I'm planning on make a main page (with a menu bar, dropdowns on that menu and options on those dropdowns).

Each option should open a Bootstrap modal with managing tools...

Would the page be too slow due to loading many and many modals? If so, what would be a workaround?

Thanks in advance!

What I have tried:

** (I'm still developing...) **
Posted
Updated 12-May-18 21:50pm
Comments
Ali Javani 13-May-18 3:16am    
how much data you have. the size of table or database depends on your performance, because at least your modal wanna read data or etc...

1 solution

the size of HttpGet or HttpPost is depends on show modal dialog performance.
It itself performance is very nice. bootstrap modal dialog create by java script.
If you are satisfied of java script so you satisfied too of show modal dialog.

**Pay attention**
when you want use modal dialog in table and use something like edit, that edit want show modal dialog, in this case you need use html-5 in boot strap or need use SPA (single page application) libraries or SPA Frameworks

Angular is a framework
React is a library
them can help you so much
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900