-
Notifications
You must be signed in to change notification settings - Fork 9
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
db request increase loading time #7
Comments
We don't care much for a specific query that is duplicated 2-3 times (unless the SPECIFIC query is reported to be 10+ or more duplicated)
So instead of duplicates, more interesting, is which queries are shown to be slow, and you don't say this above,
e.g. the plugin calls Joomla core code (helper) for tags:
|
Hi @ggppdk I think It's getObjectContent who is causing the majority of my trouble. From GT Metrix score Loading my index.php take : On line 250 I have commented : https://github.com/vistamedia/socialmeta/blob/master/socialmeta.php#L250
And I also commented the line 664 to 673 :
So, does it make sens? |
Hi, first of all I want to say thanks for this extension and the time you're giving to the community.
I'm using the last version of socialmeta from GitHub ( from this week...). I also did some tests on WAMP with a fresh Joomla 3.5.1 installation.
My Website load normally around in 0.8 second
https://gtmetrix.com/reports/www.laboitelibre.ca/VS0iIfrV
When Socialmeta plugin is activated, the Website will load in 2.2 seconds. I did some more tests with Gtmetrix just to avoid false positive.
https://gtmetrix.com/reports/www.laboitelibre.ca/83RlcgbP
On WAMP php 7.0 with Joomla! Debug Console :
My Profile Information :
Time: 13.55 ms / 760.09 ms Memory: 0.600 MB / 10.79 MB Application: afterRender
Time: 5.27 ms / 478.82 ms Memory: 0.097 MB / 10.06 MB Application: afterRender (without the plugin)
Database queries total: 478.95 ms
Database queries total: 159.06 ms (without the plugin)
6 duplicate found :
Hope I gave enough information to reduce this database consuming. I can do some more tests if asked!
Cya :D
The text was updated successfully, but these errors were encountered: