differences in version 2.3. 2.3.1 use the plugin wp-super-cache with referral url https://forum.tagdiv.com/cache-plugin-install-and-configure/
why is that while I am not setting the plugin to version 2.3.1 updates directly in dah results are different still Acceleration version 2.3
version 2.3 desktop version 91/100
82/100 2.3.1 version of the desktop version
disposable test https://developers.google.com/speed/pagespeed
please enlighten why is that
Hi
There are lots of factors that influence the site’s page-sped. I’ve checked your site with PageSpeed Insights tool and noticed that you have a slow server response time and lots of css/js resources which also slow the page load: http://screencast.com/t/zbHS570RMiK
To improve your server response time you can try to reduce the number of queries (fewer plugins, fewer blocks on page, reduce the elements which use ajax requests/pagination like mega menus/load more/infinite load), also consider using a cache plugin and to improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html We also use it on our demo.
Also you can use the speed booster to move the js and css at the bottom of the page, eliminate render-blocking, but not for all plugins. Check the System Status if the speed booster is active if you use other plugins than the tested ones. You can find some useful information regrading speed booster usage in this topic: https://forum.tagdiv.com/topic/speed-booster-questions/
Also you can read this guide, it may help – https://forum.tagdiv.com/how-to-make-the-site-faster/
Thanks!
but for the theme setting only 2.3 I use wp-super-cache according to the instructions could be 91% and all rendering that block so I lost all tests on google page speed test
2.3.1 why the theme reappeared java script block css and html rendering of the page?
Hi
The cache plugin generates static pages which are stored in the memory and when a user makes a request the pages are delivered from the cache. By this the php execution and the database requests are skipped. But a cache plugin don’t move the css/js resources in footer, you will have to do this manually using the Speed Booster plugin.
I’ve checked your site with PageSpeed Insights and noticed that you have lots of css/js files: http://screencast.com/t/DLwgvpYWDL Mount of this files are not from the theme, so to move them in footer please follow our page speed guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
Hope this help.
Thanks!