Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid Massaction Bandwidth Usage of setGridIds #47

Closed
amenk opened this issue Jul 21, 2012 · 2 comments
Closed

Grid Massaction Bandwidth Usage of setGridIds #47

amenk opened this issue Jul 21, 2012 · 2 comments

Comments

@amenk
Copy link
Contributor

amenk commented Jul 21, 2012

If a grid supports massaction / select all, all the ids of all pages of a grid are included in the page in the setGridIds call (see Mage_Backend_Block_Widget_Grid_Massaction_Abstract). If the shop has for example 10000 products this is around 50 KB of data that is included on every page of the product listing.

To improve performance, the currently included grid IDs could be stored in the session server-side and the mass action select all could reference to this session storage for example by an unique hash.

@magento-team
Copy link
Contributor

@amenk
Thank you for bringing up the issue. It has been confirmed and reported in details to the internal task/bug tracking tool with the reference to the GitHub ticket.

For now, the issue is not scheduled for implementation. However, there are two related technical tracks: backend grids extendability & modularity, and performance. You will be notified, as soon as there is any activity on the internal ticket.

@magento-team
Copy link
Contributor

Closing the ticket for now, it will be reopened upon an activity on the corresponding internal ticket.

magento-team pushed a commit that referenced this issue Jan 23, 2015
[MPI] Optimization and bug fixes
@stevieyu stevieyu mentioned this issue Apr 3, 2015
guz-anton added a commit that referenced this issue Oct 26, 2015
[Vanilla] Bug Fixes. P1. JS static fails
magento-engcom-team added a commit that referenced this issue Feb 13, 2019
 - Merge Pull Request magento-commerce/payment-improvements#47 from williankeller/payment-improvements:PI-1
 - Merged commits:
   1. 2793844
   2. 6c1b144
   3. 8832267
   4. 6ffb464
   5. 4222ec2
magento-engcom-team pushed a commit that referenced this issue Apr 29, 2020
magento-engcom-team pushed a commit that referenced this issue Jun 17, 2021
* MC-42052: Fix jQuery.fn.click()

* MC-42052: Replace jQuery click shorthand function

Co-authored-by: Sergii Ivashchenko <[email protected]>
@FabXav FabXav mentioned this issue Oct 11, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants