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

bug: Practice Settings Insurance Company list extremely slow to load with hundreds of insurance companies #7224

Closed
adunsulag opened this issue Feb 13, 2024 · 0 comments · Fixed by #7225
Assignees
Milestone

Comments

@adunsulag
Copy link
Sponsor Member

The Practice Settings Insurance Company list takes an extremely long time to load if there are hundreds of records in the data table list. In the system I was testing it had almost 900 insurance companies in the list. This took almost a full minute to load up the list. We need to change up the way this page is built in order for it to load faster. Since the js datatables loads all of the data up front we either need to rewrite the front end or optimize how the data is loaded on the backend to make this faster.

@adunsulag adunsulag self-assigned this Feb 13, 2024
adunsulag added a commit to DiscoverAndChange/openemr that referenced this issue Feb 13, 2024
Fixed the list loading taking forever on the insurance company list.
This fixes openemr#7224.

Had a bug in the fix for openemr#7217 so this fixes that as well. Wasn't
actually replacing the insurance id.
adunsulag added a commit that referenced this issue Feb 14, 2024
* Fixes #7224, #7217 insurance company changes

Fixed the list loading taking forever on the insurance company list.
This fixes #7224.

Had a bug in the fix for #7217 so this fixes that as well. Wasn't
actually replacing the insurance id.

* Remove about title tag

* Change escaping function on webroot
sjpadgett added a commit to sjpadgett/openemr that referenced this issue Feb 15, 2024
…_daily

* 'master' of https://github.com/openemr/openemr:
  Fixes openemr#7224, openemr#7217 insurance company changes (openemr#7225)
  fix: bug fix (openemr#7230)
  bug: fix bug (openemr#7229)
  Fixes openemr#7226 Insurance company address query (openemr#7227)
  fix: possible fix of logic in jquery-datetimepicker-2-5-4-translated.js (openemr#7223)
stephenwaite pushed a commit to stephenwaite/openemr that referenced this issue Mar 11, 2024
)

* Fixes openemr#7224, openemr#7217 insurance company changes

Fixed the list loading taking forever on the insurance company list.
This fixes openemr#7224.

Had a bug in the fix for openemr#7217 so this fixes that as well. Wasn't
actually replacing the insurance id.

* Remove about title tag

* Change escaping function on webroot
@adunsulag adunsulag added this to the 7.0.2.1 milestone Apr 2, 2024
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

Successfully merging a pull request may close this issue.

1 participant