Skip to Main Content
HCL Connections Ideas Portal

Welcome to the HCL Connections Product Ideas Lab! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by the HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events, please visit our HCL Connections page.

Status Future Consideration
Categories 03. Files
Created by Guest
Created on Aug 5, 2018

"Link to files" hangs with large amount of files in library

Since IBM Connections 5.5, the implementation of the "Link to files" dialogue around files pagination has changed compared to previous release.  When you open "Link to files" for linking files into Activities, Wikis, Blogs etc, the dialogue uses several http requests to gather the full list of files to populate the UI selection file picker segment. When the community has several hundred files (eg 800) then 7 extra http requests are sent (1 request per 100 files due to the pagination in the GET request parameter). Each request results in a large amount of data to be received and processed.

Now there is a dramatic decrease in UI rendering speed with the file population while the requests are being processed on the browser. In IE11 this is particularly noticeable with possibility of browser crash due to unresponsive page / javascript rendering, but with increased file numbers being requested all browsers are affected. 

In IBM Connections 5.0, pagination has been implemented by displaying page numbers and letting the user click on the specific page to retrieve the list of files. The first page only displayed the first 10 files without impact to rendering performance.

  • Attach files
  • Guest
    Reply
    |
    Aug 7, 2018

    I agree. Having few hundreds or thousand files, the dialogue is pretty slow. The performance ought to be improved.