Reply to thread

Also confirmed.

 

Before fix loading page 854:

Timing: 15.4578 seconds Memory: 6.539 MB DB Queries: 17

 

After fix:

Timing: 1.1214 seconds Memory: 6.649 MB DB Queries: 17

 

 

I have a question, however.

 

Why didn't they use LEFT JOIN's instead of INNER in the first place?

 

They did choose to use LEFT JOIN in some circumstances in this function, but others are INNER.

 

I can only assume there must have been some sort of reason.

 

Nice work though, Shawn. It clearly works and makes a huge difference.


Back
Top Bottom