Large Service Catalog categories can cause performance issues when viewed through Service PortalIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; padding-left: 1em; } li { padding-left: 1em; } --> Large Service Catalog categories cause performance issues when viewed through Service Portal Changes in Kingston to the SC Catalog Page widget To improve performance, beginning with Kingston, pagination limits the number of items that are initially loaded on the SC Catalog page. In the following screen shot of the SC Catalog Page widget, note that only the first nine items in the category are loaded. Clicking the Show More button expands the number of items displayed from 9 to 18. Issue Although the added pagination in Kingston improves the end user experience by initially loading only the first 9 items in the category, extremely large Service Catalog categories respond slowly when the user continues to click the Show More button. Each time the Show More button is clicked, 9 more items are loaded along with all of the items that were previously loaded. For example, if the Show More button is clicked 10 times, on the last click, Service Portal will load 99 items: the original 9 that were loaded on page load plus 9 x the number of clicks. Solution Try to keep your Service Catalog categories to around 100 items or fewer. The added pagination feature in Kingston improves the end user experience if you have a relatively small number categories. However, for amounts of 100 items or more, performance suffers and end users have to page more than 10 times to browse the items in the category. Note – If you are unable to upgrade to Kingston to take advantage of this built-in feature and would like to implement a paginated solution in the SC Catalog Page widget in releases prior to Kingston, see Community article Service Portal: Pagination in Service Catalog.