You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/09/14 07:32:51 UTC

[GitHub] [cloudstack-primate] andrijapanicsb opened a new issue #708: [BUG] Reduce max pagination from 500/page to 200/page

andrijapanicsb opened a new issue #708:
URL: https://github.com/apache/cloudstack-primate/issues/708


   - If you choose to list 500 records per page in i.e. Event, the machine with 6 CPU cores @ 4.0 Ghz becomes almost unusable (Firefox does complain that the page is slowing down the computer
   - If you list 500 records (events) per page, then select them all (checkbox) and try to delete, yiou get the URL too long error.
   
   ![image](https://user-images.githubusercontent.com/45762285/93056673-07be4680-f66d-11ea-86ab-35af79e07b74.png)
   
   
   In general, I think 500 is simply too much, and 200 works acceptably (slow) with no errors seen so far (i.e. I don't get the URL too long etc)
   
   Should we reduce the max records per page from 500 to 200?
   @rhtyd @utchoang @davidjumani 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd closed issue #708: [BUG] PROPOSAL: Reduce max pagination from 500/page to 200/page

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #708:
URL: https://github.com/apache/cloudstack-primate/issues/708


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #708: [BUG] PROPOSAL: Reduce max pagination from 500/page to 200/page

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #708:
URL: https://github.com/apache/cloudstack-primate/issues/708#issuecomment-692620719


   I'll save you some effort, LGTM


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #708: [BUG] PROPOSAL: Reduce max pagination from 500/page to 200/page

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #708:
URL: https://github.com/apache/cloudstack-primate/issues/708#issuecomment-692510710


   Merged, please test latest master and close @andrijapanicsb 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd closed issue #708: [BUG] PROPOSAL: Reduce max pagination from 500/page to 200/page

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #708:
URL: https://github.com/apache/cloudstack-primate/issues/708


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] utchoang commented on issue #708: [BUG] PROPOSAL: Reduce max pagination from 500/page to 200/page

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #708:
URL: https://github.com/apache/cloudstack-primate/issues/708#issuecomment-691891042


   @andrijapanicsb Agree, I think 200 items per page is ok. 
   @rhtyd @davidjumani Thoughts?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] utchoang edited a comment on issue #708: [BUG] PROPOSAL: Reduce max pagination from 500/page to 200/page

Posted by GitBox <gi...@apache.org>.
utchoang edited a comment on issue #708:
URL: https://github.com/apache/cloudstack-primate/issues/708#issuecomment-691891042


   @andrijapanicsb Agreed, I think 200 items per page is ok. 
   @rhtyd @davidjumani Thoughts?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #708: [BUG] PROPOSAL: Reduce max pagination from 500/page to 200/page

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #708:
URL: https://github.com/apache/cloudstack-primate/issues/708#issuecomment-691990788


   The max limit 500 was used as that's why is documented for most APIs (the max. limit of page size to be 500). But I see no harm in using 200 as max page size for UI.
   @utchoang feel free to raise a PR for this UI-wide (mostly auto-gen view and few other places) Thnx


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org