domonem
Forum Replies Created
-
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] 17 Queries madeokay so I tried the new update and it seems to have increased the # of queries from 17 to 27. I did some testing and it appears that 5 of these queries are constant no matter what, and the rest is all due to css and js minification and combination. But all of them use the same table and try to get option value for some option.
Can’t all these option values be fetched by 1 request?Forum: Plugins
In reply to: [OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] adds 7 queries?It uses 5 queries with the web-font loader on.
awaiting your update!
Thanks againForum: Plugins
In reply to: [OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] adds 7 queries?Thanks a lot!
Note: My post above was with web font loader off, i didn’t try with it on. I’ll try with it on and post it here as well.
Really love your plugin!Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] 17 Queries madeso what do you think? 😀
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] 17 Queries madeby the way, these queries are shown while viewing the front end.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] 17 Queries madehello
thanks for the fast reply.
All the 17 queries are to do 1 thing “get_option()” and each of them uses these parameters:SELECT option_value FROM wp_options WHERE option_name = 'X' --> only this is unique for each of the 17 queries. LIMIT 1I can show you some screen shots if you want or let me know what you need.
example: here or hereSince they’re all using the same table, can’t we make it so that 1 request is made to get all the option_values?
thanks!