Search Results for 'faster'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

Please continue the discussion by email if possible, so we don’t go back and forward from email to forum. That would be faster.

Simion C.
tagDiv Staff

Hi,

What exactly do you want to change about the mobile homepage? The mobile theme plugin does not have many settings, it’s front page layout is predefined
https://forum.tagdiv.com/the-mobile-theme/
Settings are kept as few as possible with predefined values and content, for a faster performance on mobile.
So any advanced modifications to the layout or elements of the plugin, will have to be made in the plugin code most likely.

The plugin is optional, you could not use it. Then the same content from desktop will be displayed on mobile.

Catalin
tagDiv Staff

Hello tanose,

Please check our optimization tutorial from here -> https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello padom,

Please check our optimization tutorial from here -> https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks for your understanding!

burakk
Participant
#0

Hi there,

to make the website faster, I followed this topic https://forum.tagdiv.com/how-to-make-the-site-faster/ But still our website is very slow. I am using the recomended plugins but the speed of the website is still slow, what can I do ? The website is: https://muscleandfitness.com.tr/

Thanks

Catalin
tagDiv Staff

Hello zlatanwil,

Please notice that the speed of your website depends on how well your site is optimized.
-> https://developers.google.com/speed/pagespeed/insights/?hl=ro&url=http%3A%2F%2Fyesitreallyhappened.com%2F&tab=desktop

Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.

Notice that the function which have to be added in functions.php is -> td_inspect_scripts() as you can see in our useful guide.

Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
Also, check all of your Ad Spots and if you have entered any suspicious code through them, remove all of them and check the results without them.

One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/

Basically, these are the theme requirements
https://forum.tagdiv.com/requirements-for-newspaper/

Thanks for your understanding!

ctoweett
tagDiv Member

Thanks, Simion. I have been trying to reduce the size of my posts and pages, and I am trying to make the elements faster too. It will be really nice to have that option to disable images and I like it that you noted the issue. Regards.

zlatanwil
Participant
#0

Hello, i am currently following this tutorial: How to make the site faster.

at point 5.2 ” To get the list of registered css and js

Please add the following code at the end of the functions.php file ”

Which functions.php would this be exactly? I found many. If it is the one from the Newspaper theme, should i use the mobile and normail functions files both ?

Thanks
Wilfred

Simion C.
tagDiv Staff

I already did that before – https://www.screencast.com/t/OkHoASBHEo0
https://www.screencast.com/t/dqBeMNUgJ
The logo is not stretched and deteriorated. Set it in your website and I will take a look.

Comparing the two logos, smaller one and larger
https://www.screencast.com/t/oxXoLoRkSc

Note that on mobile the code provided here will apply
https://forum.tagdiv.com/topic/footer-logo-size-in-mobile-devices/

Why not set the larger one it in the first place, and mention the problem with it. We would have checked it. That would be faster instead of all this investigation.

Simion C.
tagDiv Staff

Hi,

I will try to help you.

1 .So you want to increase the size of the text in the post content I believe, when using the mobile theme plugin.
The default font-size is 15px with a line height of 26px
https://www.screencast.com/t/ylTxhhEnsA

Using the browser inspector this is not difficult to modify
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

So a code like this will affect all the paragraphs in the post content
https://www.screencast.com/t/tLRvOAl0

Code used in example, modify the values as you want, then enter it in the mobile theme CSS section of the theme panel.

.td-post-content p {
font-size: 18px;
line-height: 29px;
}

2. The mobile theme only has a single module that it uses for the latest articles. This plugin does not have many settings and is kept as light as possible for performance factors. Having many settings and loading heavy resources would only make it slower.

The plugin is optional and intended to be used if the website owner wants to display a simpler and faster variant of the website on mobile, with no dependency on page builder content.

Thanks

Catalin
tagDiv Staff

Hello nikkib312,

Please notice that the speed of your website depends on how well your site is optimized.
-> https://developers.google.com/speed/pagespeed/insights/?hl=ro&url=http%3A%2F%2Fyesitreallyhappened.com%2F&tab=desktop

Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.

Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
Also, check all of your Ad Spots and if you have entered any suspicious code through them, remove all of them and check the results without them.

One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/

Basically, these are the theme requirements
https://forum.tagdiv.com/requirements-for-newspaper/

Thanks for your understanding!

Simion C.
tagDiv Staff

The code will take some time to apply, it will be loaded after the theme CSS. Try to enter it in the theme stylesheet file, at the end
https://www.screencast.com/t/Put5TBsnn
The the code would load faster.

Catalin
tagDiv Staff

Hello Ramazan,

Please check our useful guide for optimization from here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ at the second section to Set the Leverage Browser Caching.

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

First please make these adjustments in order to be sure you meet the requirements for the newspaper theme: https://forum.tagdiv.com/requirements-for-newspaper/
Then please check your cache plugin and make sure you only use wp super cache. Please check any caching provided by the host and disable it.

For page speed please use the following guides:
https://forum.tagdiv.com/cache-plugin-install-and-configure/
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
https://forum.tagdiv.com/cloudflare-cdn/

Thank you!

Ramazan
tagDiv Member

Hi Catalin

Yes, the website looking fast in google inside test. But its very slow in real.
About other problems, Pıngdom test result is below linked: It seems problems about CSS and JS.
https://www.screencast.com/t/bjysjemzmX7
My friend has below website and its google insight test point is very low but web page is faster than mine.
http://www.sektorlog.com/

About H1, H2 and H3 tags; i dont have enough experience about software. When we enter new to wordpress news content , it should choose automatically tags. I want that system.

Thanks for supply.

Simion C.
tagDiv Staff

Hi,

Maybe some of the users want to go through the smart list like that by clicking fast on the next button. There is no delaying action for the smart list button as a theme setting, it will load normally.

Each website visitor will have to decide by himself how to use the website and read the posts. If some users want to click various buttons faster, they should be able to do that.

Maybe I am misunderstanding something, please correct me if that is the case.

esplota
Participant
#0

Hi, the Mobile theme is indeed amazing, faster than the regular theme.

I have a question, how can I show a different category in the top grid?
I understand that is preprogrammed to display the first 3 post on the Featured category. Problem is that we don’t use such category at all.

Is there any way to customize the “Top Grid” ?

Thank you!

miguel_dimase
tagDiv Member

Yes, I know, but even having a child, I want to keep a css file outside the theme (migueldimase.css) because the edition is much faster, I can use my favorite editor (Notepadd++), etc. That’s why I asked you how can I do that?

Simion C.
tagDiv Staff

Hi,

Use the suggestion provided by a theme user in this topic
https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
A minified js will be served by the theme by default.

For moving resources you need a render blocking plugin, such as the speed booster
https://forum.tagdiv.com/how-to-make-the-site-faster/
Note that the speed booster will be deactivated if it detects plugins that are not part of this list
https://www.screencast.com/t/TqHrzrA6y
This check could be disabled and the booster will always be active, you can then make check if everything works properly
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/

There would be other render blocking plugins or solutions online, maybe you can also test others.

Check the theme requirements here, we notice that for many users a 256M memory limit is sufficient, if allowed by the hosting
https://forum.tagdiv.com/requirements-for-newspaper/
Use PHP versions up to 7.2 with the theme, 7.1 or so would be best.

Thanks

anlidiazi
tagDiv Member

I am using WP-ENGINE as a hosting provider, but they do not allow the use of a cache plugin, I have already done the other steps mentioned in the guide: https://forum.tagdiv.com/how-to-make-the-site- faster /, is there another way to increase performance?

Thank you

Catalin
tagDiv Staff

Hello Linda28,

It seems to be a delay at your header style which can happen due to some reasons. Try to disable the Speed Booster and also, optimize your website according to our useful guide from here -> https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks for your understanding!

d_alinus2004
Participant
#0

hello,

On my web site: http://www.povesteata.eu i have instaled the plugin: tagDiv Speed Booster

So, i have read your ghid to page speed improve:
https://forum.tagdiv.com/how-to-make-the-site-faster/

I have some problem.
1: I don’t have a VPS server.
2: I try to eliminate the render-blocking JavaScript and CSS
I folow the instruction but i don’t understend what i must add on the td-speed-booster.php
For example: Please see my page speed test:
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.povesteata.eu%2F&tab=desktop

I have extract all the line:
Then i have try to add this code:
$this->move_style_to_footer_queue(‘yoast-seo-admin-global-script’); under
* move javascript to footer

But nothig it’s happened. i realy don’t understend what’s wrong? Where it’s my mistake?

common | /wp-admin/js/common.min.js

admin-bar | /wp-includes/js/admin-bar.min.js
wp-pointer | /wp-includes/js/wp-pointer.min.js
wordfenceAdminExtjs | https://www.povesteata.eu/wp-content/plugins/wordfence/js/wfglobal.1530033614.js
updates | /wp-admin/js/updates.min.js
plugin-install | /wp-admin/js/plugin-install.min.js
thickbox | /wp-includes/js/thickbox/thickbox.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
gdpr | https://www.povesteata.eu/wp-content/plugins/gdpr/assets/js/gdpr-admin.js
devicepx | https://s0.wp.com/wp-content/js/devicepx-jetpack.js
rw_wp_admin | https://secure.rating-widget.com/js/wordpress/admin.js?ck=Y2018M07D02
wordfenceAJAXjs | https://www.povesteata.eu/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1530033614.js
wordfenceDashboardjs | https://www.povesteata.eu/wp-content/plugins/wordfence/js/wfdashboard.1530033614.js
wordfencePopoverjs | https://www.povesteata.eu/wp-content/plugins/wordfence/js/wfpopover.1530033614.js
yoast-seo-admin-global-script | https://www.povesteata.eu/wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-773.min.js
yoast-seo-yoast-modal | https://www.povesteata.eu/wp-content/plugins/wordpress-seo/js/dist/wp-seo-modal-773.min.js
js_files_for_wp_admin | https://www.povesteata.eu/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js
media-editor | /wp-includes/js/media-editor.min.js
media-audiovideo | /wp-includes/js/media-audiovideo.min.js
mce-view | /wp-includes/js/mce-view.min.js
image-edit | /wp-admin/js/image-edit.min.js
wp-smushit-admin-js | https://www.povesteata.eu/wp-content/plugins/wp-smushit/assets/js/wp-smushit-admin.js
smush-backbone-extension | https://www.povesteata.eu/wp-content/plugins/wp-smushit/assets/js/media.js
jetpack-gallery-settings | https://www.povesteata.eu/wp-content/plugins/jetpack/_inc/build/gallery-settings.min.js
td-wp-admin-js | https://www.povesteata.eu/wp-content/themes/Newspaper/js/td_wp_admin.min.js
rw_toprated_settings | https://secure.rating-widget.com/js/wordpress/toprated-settings.js?ck=Y2018M07D02
akismet.js | https://www.povesteata.eu/wp-content/plugins/akismet/_inc/akismet.js
jptracks | https://www.povesteata.eu/wp-content/plugins/jetpack/_inc/lib/tracks/tracks-ajax.js
jetpack-jitm-new | https://www.povesteata.eu/wp-content/plugins/jetpack/_inc/build/jetpack-jitm.min.js
jquery |
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
wp-pointer | /wp-includes/css/wp-pointer.min.css
thickbox | /wp-includes/js/thickbox/thickbox.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
gdpr | https://www.povesteata.eu/wp-content/plugins/gdpr/assets/css/gdpr-admin.css
fs_common | https://www.povesteata.eu/wp-content/plugins/rating-widget/freemius/assets/css/admin/common.css
rw_wp_admin | https://secure.rating-widget.com/css/wordpress/admin.css?ck=Y2018M07D02
wordfenceAJAXcss | https://www.povesteata.eu/wp-content/plugins/wordfence/css/wordfenceBox.1530033614.css
wf-adminbar | https://www.povesteata.eu/wp-content/plugins/wordfence/css/wf-adminbar.1530033614.css
yoast-seo-adminbar | https://www.povesteata.eu/wp-content/plugins/wordpress-seo/css/dist/adminbar-773.min.css
yoast-seo-admin-global | https://www.povesteata.eu/wp-content/plugins/wordpress-seo/css/dist/admin-global-773.min.css
yoast-seo-dismissible | https://www.povesteata.eu/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-773.min.css
td-plugin-multi-purpose | https://www.povesteata.eu/wp-content/plugins/td-composer/td-multi-purpose/style-admin.css
tdc_wp_admin_main | https://www.povesteata.eu/wp-content/plugins/td-composer/assets/css/tdc_wp_admin_main.css
google-font-ubuntu | https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | https://www.povesteata.eu/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/css/wp-admin.css
font-newspaper | https://www.povesteata.eu/wp-content/themes/Newspaper/font-newspaper.css
wp-color-picker | /wp-admin/css/color-picker.min.css
media-views | /wp-includes/css/media-views.min.css
imgareaselect | /wp-includes/js/imgareaselect/imgareaselect.css
wp-smushit-admin-css | https://www.povesteata.eu/wp-content/plugins/wp-smushit/assets/css/wp-smushit-admin.css
rw_toprated_settings | https://secure.rating-widget.com/css/wordpress/toprated-settings.css?ck=Y2018M07D02
rw_recommendations | https://secure.rating-widget.com/css/widget/recommendations.css?ck=Y2018M07D02
akismet.css | https://www.povesteata.eu/wp-content/plugins/akismet/_inc/akismet.css
jetpack-icons | https://www.povesteata.eu/wp-content/plugins/jetpack/css/jetpack-icons.min.css
jetpack-jitm-css | https://www.povesteata.eu/wp-content/plugins/jetpack/css/jetpack-admin-jitm.min.css

Catalin
tagDiv Staff

Hello Keith,

Yes, this code should have to be added in .htaccess file. You can read our useful guide from here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ because there you will see our .htaccess configuration model -> https://www.screencast.com/t/k0QJEQ2P

Thanks.

Viewing 25 results - 1,226 through 1,250 (of 2,524 total)