https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28436

            Bug ID: 28436
           Summary: Cache relatively static info that is used often and on
                    many pages (instead of fetching from DB)
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

We should try to cache (Koha::Cache) some of the most common info that is used
on many of our OPAC and intranet pages in order to prevent making very slow SQL
queries. E.g. I can cut the load time of biblio detail.pl page by several
seconds by just storing the Koha::Template::Plugin::Branches::GetName results
in cache/RAM (when the bib has around 1000 items).

Similar caching should be done for Koha::Template::Plugin::Categories::GetName,
and so on.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to