Duplicate SQL Queries : Code optimization
-
Hello,
I was trying to find some performance bottlenecks on my site.With the help of the plugin “Query Monitor”, I noticed that some SQL queries being called up to 6 times when I try to display one particular event ( ex: https://hejazultra.org/event/jim2021/) I’m seeing 3 duplicate queries: https://prnt.sc/snehjj
2 are from this plugin. (the 3rd one is from TEC Calendar Pro … I can open a ticket there as well if needed)We are a small running club. Our website has very little load especially at the moment, and I suppose mysql will do some DB caching, so the duplicate queries do not seem to be a major issue at this point of time, but it might be for larger sites, so it should be investigated and code turned for performance .
The page I need help with: [log in to see the link]
The topic ‘Duplicate SQL Queries : Code optimization’ is closed to new replies.