Search Results for 'cache'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,

If you have any code custom modification please remove it and if you use child theme also switch to the main theme. Also try this without any plugins active, leave only Visual Composer active, empty cache and check if you still have this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this with all plugins deactivated, leave just Visual Composer plugin active, also empty cache and purge your files if you use CDN. If you don’t have this issue activate your plugins one by one and see which cause this issue. Let me know.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link to this issue and also please check this guide how to set video playlist – https://forum.tagdiv.com/video-playlist/
You can try to deactivate all plugins, leave just Visual Composer active, empty cache and check if you still have this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please update also the plugins that come with the theme’s files from the /plugins folder: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
You can try this without any plugins active, leave only Visual Composer plugin active, clear cache and check if you still have this issue.

Thanks!

Lucian
tagDiv Staff

Hi,

Let us know from what version have you updated thew theme. I also suggest you test this without using any plugins, leave just the VC plugin active, make sure you empty all caches then try again.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

I could not recreate this, please make sure that you don’t have any plugins active which can cause this. Also empty cache and purge your files if you use CDN.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@mauriceburke
Please try deactivate all plugins, leave just Visual Composer and Jetpack plugin active, empty cache and purge your files and check if you still have this issue. Also if you don’t have this issue please activate your plugins one by one and see which one cause this issue.

Thanks!

simchris
tagDiv Member

Looks fine to me.

You might have zoom function on, or need to clear cache. Chrome holds onto cache pretty tight.

Alin [tagDiv]
tagDiv Staff

Hi,

I don’t know what your issue is. If you have seen that only few hours and now cannot be recreated, maybe it was a caching issue. Please clear cache if you use a cache plugin and also browser cache.
When you have an issue please provide a screenshot to see that and maybe I can provide an accurate solution as I see that create your site on local.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

When you go back to the Theme Panel > Categories your settings are saved? Please empty cache if you use a cache plugin and also try to deactivate all plugins and leave just Visual Composer plugin active and check if you still have this issue. Also please provide your site URL and follow our documentation: https://forum.tagdiv.com/newsmag-documentation/ Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked you site and did not found any issues with your thumbnails: http://screencast.com/t/8kQINiXTsUA
Please provide more details about that issue and provide a screenshot. Please empty cache if you use a plugin cache.

You can show subcategories from block settings: http://screencast.com/t/X8DccMcZwk
Result: http://screencast.com/t/p8fq0OFNMh
Also please follow our documentation: https://forum.tagdiv.com/newspaper-documentation/

Hope this helps!

dracodraconis
tagDiv Member

Hi Chris,

Thanks for all the help.
I have managed to remove a few more errors on the site.

Issues:

1. wp-rocket is not setting browser cache expiration for the .css and .js cached/minified files.

Is there a way to force Varnish to set browser cache expiry anything within the /wp-content/cache/min/ folder?

2. Understandably, I cannot set the properties of external resources (googleapis jquery.min). I should however be able to defer parsing of javascript for both internal and external resources. I have already added jquery.min to the tdspeedbooster move to footer area, but it still seems to be parsing during initial load. I surmise that this is what is causing the delay in page load (2.59s)

gtmetrix
gtmetrix

3. Also, is it possible to defer javascript for the /wp-content/cache/min folder? How do I do this?

Thanks for all the help!

sbenson2129
Participant
#0

My site is loading very slowly and sending out a bunch of 504 errors. Got this from my hosting company:

Just a quick update. I ran a search through your logs the top ten pages on which 504 errors were encountered. The results are below:

1009 higherperspectives.com POST /wp-admin/admin-ajax.php HTTP/1.1
625 higherperspectives.com GET /fall-asleep-fast/ HTTP/1.1
325 higherperspective.com GET /?stylesheet=custom&ver=4.0.1 HTTP/1.1
282 higherperspectives.com GET /being-alone/ HTTP/1.1
209 higherperspectives.com GET /gut-feelings/ HTTP/1.1
139 higherperspectives.com GET /mysterious-fireballs/ HTTP/1.1
127 higherperspectives.com GET /monk/ HTTP/1.1
119 higherperspective.com GET /2015/02/rituals.html?utm_source=cleo&ts_pid=2 HTTP/1.1
109 higherperspective.com GET /wp-content/plugins/anti-captcha/anti-captcha-0.3.js.php?ver=68dd09b9ff11f0df5624a690fe0f6729 HTTP/1.1
85 higherperspectives.com GET /shipping-container/ HTTP/1.1
The top result showed a large number of hits to admin-ajax. To get a little more information, I added the following line to your wp-config.php. Basically, this creates a text file in your wp-content folder that contains a record of all hits to your ajax file. I let that run for about five minutes. Please note: if you’re ever going to try this troubleshooting step from your end, please be sure to remove that line from your wp-config.php file you’re done. If it’s left on for long periods of time, it can create a VERY large file.

The following action was seemingly hitting admin-ajax up to several times a second:

[action] => td_ajax_block
Running a search for that action within your file system showed that was associated with your Newspaper theme. Here are the files in which it can be found which you can provide to your site’s developer or the theme developer:

wp-content/themes/Newspaper/includes/wp_booster/td_ajax.php
5:function td_ajax_block(){
88:add_action( ‘wp_ajax_nopriv_td_ajax_block’, ‘td_ajax_block’ );
89:add_action( ‘wp_ajax_td_ajax_block’, ‘td_ajax_block’ );

wp-content/themes/Newspaper/js/min/site.min.js
50:function td_ajax_do_block_request(a,c){var b=JSON.stringify(a);if(td_local_cache.exist(b))return td_block_ajax_loading_start(a,!0,c),td_ajax_block_process_response(td_local_cache.get(b),c),”cache_hit”;td_block_ajax_loading_start(a,!1,c);jQuery.ajax({type:”POST”,url:td_ajax_url,cache:!0,data:{action:”td_ajax_block”,td_atts:a.atts,td_cur_cat:a.td_cur_cat,td_block_id:a.id,td_column_number:a.td_column_number,td_current_page:a.td_current_page,block_type:a.block_type,td_user_action:a.td_user_action},success:function(a,
51:e,f){td_local_cache.set(b,a);td_ajax_block_process_response(a,c)},error:function(a,c,b){}})}
52:function td_ajax_block_process_response(a,c){var b=jQuery.parseJSON(a);jQuery(“.sub-cat-“+b.td_block_id).removeClass(“cur-sub-cat”);jQuery(“#sub-cat-“+b.td_block_id+”-“+b.td_cur_cat).addClass(“cur-sub-cat”);”load_more”==c||”infinite_load”==c?jQuery(b.td_data).addClass(“animated_xxlong”).appendTo(“#”+b.td_block_id).addClass(“fadeIn”):jQuery(“#”+b.td_block_id).html(b.td_data);!0===b.td_hide_prev?jQuery(“#prev-page-“+b.td_block_id).addClass(“ajax-page-disabled”):jQuery(“#prev-page-“+b.td_block_id).removeClass(“ajax-page-disabled”);

wp-content/themes/Newspaper/js/td_blocks.js
190: td_ajax_block_process_response(td_local_cache.get(current_block_obj_signature), td_user_action);
200: action: ‘td_ajax_block’,
219: td_ajax_block_process_response(data, td_user_action);
233:function td_ajax_block_process_response(data, td_user_action) {

wp-content/themes/Newspaper/js/full_compact/site.js
1663: td_ajax_block_process_response(td_local_cache.get(current_block_obj_signature), td_user_action);
1673: action: ‘td_ajax_block’,
1692: td_ajax_block_process_response(data, td_user_action);
1706:function td_ajax_block_process_response(data, td_user_action

We’ll keep looking into this to be sure that it’s those admin-ajax hits contributing to the 504s, but I wanted to pass along that information in the interim.

Help??

Emil G
tagDiv Staff

Hi,

Check if the post views are enabled in theme panel, on our latest version we changed it’s functionality, if you disable the post views it will also disable the counting for the normal views and for 7 days post view count.
If you use cache the counter doesn’t update, only the default views update via js, we plan to modify the system in a future update, sorry for the inconvenience.

Thank you, Emil G.

andynrg
tagDiv Member

Hi there,


@alin
i solved the issue by disabling the plugin WP Super Cache. That somehow conflicts with the theme in that matter only. I reactivated the plugin after finished with the fonts setting for the theme, and works with no issues for now. Of course i need to change fonts, i need first to disable the plugin again.

The url is http://www.radionrg.al
is a radio station.

On more thing, would you guys be available for a custom widget need? I am looking for a Top50 Chart widget, you know the official top50 songs played on this station. It is something we update every week

Alin [tagDiv]
tagDiv Staff

Hi,

We use SEO by Yoast also on our demo. Anyway I tested this and seems to work fine: http://screencast.com/t/NEYc2z005Fhttp://screencast.com/t/Lg6qSyINxsLr
Please empty cache and try this without any plugins active, leave just Visual Composer plugin and Seo by Yoast active and check again.
Please provide more details if you still have this issue and also your site URL.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris and Slug Bite for your help!


@andynrg
Did you solve the issues? Please provide more details and your site url. Also try this without any plugins active, leave only Visual Composer plugin active and clear cache. Let me know!

Thanks!

Vinay Prajapati
tagDiv Member

Hi thanks for reply.

here is my robots.txt
http://www.techprevue.com/robots.txt

I have blocked following directory…

User-agent: *
Disallow: /cgi-bin
Disallow: /cgi-bin/
Disallow: /wp-admin
Disallow: /wp-admin/
Disallow: /wp-includes
Disallow: /wp-includes/
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /wp-content/themes
Disallow: /wp-content/upgrade
Disallow: /wp-content/backup-*
Disallow: /aff/
Disallow: /search/*/*
Disallow: /trackback
Disallow: */trackback
Disallow: /trackback/

Which directories should not be blocked?

Please reply.

Vinay Prajapati
Participant
#0

I was browsing Google Webmaster Tools. I found some links under Blocked Resources. I do not know how to deal with them? Please help me.

Here is the list of files…

Blocked resource Pages affected
http://www.techprevue.com/wp-content/cache/wpfc-minified/1d7a81fd5a4182daa2f9b45509663829/1425913222index.css 3
http://www.techprevue.com/wp-content/cache/wpfc-minified/2e2522fce78091f76d7a3350fbd868dd/1426415452index.css 4
http://www.techprevue.com/wp-content/cache/wpfc-minified/478aabfa4f274cfb29e25cec06ea2bd9/1426697362index.css 2
http://www.techprevue.com/wp-content/cache/wpfc-minified/67bc248e14c3b1ff68a671c62730484a/1421398930index.js 8
http://www.techprevue.com/wp-content/cache/wpfc-minified/67bc248e14c3b1ff68a671c62730484a/1426415452index.js 22
http://www.techprevue.com/wp-content/cache/wpfc-minified/6e59ab1d36bec6b38aee08510ab4166d/1426491454index.css 6
http://www.techprevue.com/wp-content/cache/wpfc-minified/80aed8e336937973b2ae4f3c3a92b7db/1426497454index.css 1
http://www.techprevue.com/wp-content/cache/wpfc-minified/80c2a05da60bb425fc911c0b17690ab2/1426415452index.css 16
http://www.techprevue.com/wp-content/cache/wpfc-minified/ce48a5455685866c64af1177628b9de2/1426698175index.css 3
http://www.techprevue.com/wp-content/cache/wpfc-minified/d41d8cd98f00b204e9800998ecf8427e/1421398930index.js 8
http://www.techprevue.com/wp-content/cache/wpfc-minified/d41d8cd98f00b204e9800998ecf8427e/1426415452index.js 22
http://www.techprevue.com/wp-content/cache/wpfc-minified/f182248a7577007f997757bc3285ea1e/1421398930index.css 8
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.5d 1
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.6.1 21
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.6.2 393
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20 466
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.0.3 2
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.1 125
http://www.techprevue.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.1.1 126
http://www.techprevue.com/wp-content/plugins/jetpack/css/jetpack.css?ver=3.3 6
http://www.techprevue.com/wp-content/plugins/jetpack/css/jetpack.css?ver=3.3.2 110
http://www.techprevue.com/wp-content/plugins/jetpack/css/jetpack.css?ver=3.4 8
http://www.techprevue.com/wp-content/plugins/jetpack/modules/holiday-snow/snowstorm.js?ver=1.43.20111201 2
http://www.techprevue.com/wp-content/plugins/js_composer/assets/js/js_composer_front.js?ver=4.4.2 2
http://www.techprevue.com/wp-content/plugins/revslider/rs-plugin/css/settings.css?rev=4.6.0&ver=4.0.1 1
http://www.techprevue.com/wp-content/plugins/revslider/rs-plugin/css/settings.css?ver=4.6.5 271
http://www.techprevue.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?rev=4.6.0&ver=4.0.1 1
http://www.techprevue.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?ver=4.6.5 460
http://www.techprevue.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?rev=4.6.0&ver=4.0.1 1
http://www.techprevue.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?ver=4.6.5 258
http://www.techprevue.com/wp-content/plugins/wp-math-captcha/css/frontend.css?ver=4.1.1 11
http://www.techprevue.com/wp-content/themes/Newspaper/images/icons/ico-video-large.png 6
http://www.techprevue.com/wp-content/themes/Newspaper/images/icons/similar-left.png 409
http://www.techprevue.com/wp-content/themes/Newspaper/images/icons/similar-right.png 407
http://www.techprevue.com/wp-content/themes/Newspaper/includes/wp_booster/external/bootstrap/td-bootstrap.css?ver=4.5d 1
http://www.techprevue.com/wp-content/themes/Newspaper/includes/wp_booster/external/bootstrap/td-bootstrap.css?ver=4.6.1 21
http://www.techprevue.com/wp-content/themes/Newspaper/includes/wp_booster/external/bootstrap/td-bootstrap.css?ver=4.6.2 360
http://www.techprevue.com/wp-content/themes/Newspaper/js/min/site.min.js?ver=4.5d 1
http://www.techprevue.com/wp-content/themes/Newspaper/js/min/site.min.js?ver=4.6.1 16
http://www.techprevue.com/wp-content/themes/Newspaper/js/min/site.min.js?ver=4.6.2 377
http://www.techprevue.com/wp-content/themes/Newspaper/js/td_external.js?ver=4.5d 1
http://www.techprevue.com/wp-content/themes/Newspaper/js/td_external.js?ver=4.6.1 16
http://www.techprevue.com/wp-content/themes/Newspaper/js/td_external.js?ver=4.6.2 377
http://www.techprevue.com/wp-content/themes/Newspaper/style.css?ver=4.5d 1
http://www.techprevue.com/wp-content/themes/Newspaper/style.css?ver=4.6.1 21
http://www.techprevue.com/wp-content/themes/Newspaper/style.css?ver=4.6.2 360
http://www.techprevue.com/wp-includes/images/smilies/icon_biggrin.gif 5
http://www.techprevue.com/wp-includes/images/smilies/icon_sad.gif 1
http://www.techprevue.com/wp-includes/images/smilies/icon_smile.gif 39
http://www.techprevue.com/wp-includes/images/smilies/icon_wink.gif 1
http://www.techprevue.com/wp-includes/js/comment-reply.min.js?ver=4.1.1 443
http://www.techprevue.com/wp-includes/js/jquery/jquery.js?ver=1.11.1 264
http://www.techprevue.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1 264

andynrg
tagDiv Member

I tried different browsing, cache etc… I guess the only was is back to 1.6

simchris
tagDiv Member

I usually look at the support issues for the plugin before trying it at all …

doesn’t look very promising based on this … not updated since 2013 — also worrisome as anything pre WP 4.1 and new field updates in WP 4.2, might not be best choice for any caching/optimization duties …
https://wordpress.org/support/plugin/wp-widget-cache

I guess it depends on what kind of widget you’re caching …. probably a dbase query to load related posts wouldn’t work; nor would “latest posts” probably.

Not sure if WordPress caches any of that by default, e.g., checking for latest comments EVERY time page is loaded, or once per hour or what.

Good idea … not sure how to execute that …

this is kind of interesting and I have not yet had time to try this out — since you asked 🙂 :
http://generatewp.com/use-transients-speed-wordpress-widgets/

  • This reply was modified 11 years by simchris.
simchris
tagDiv Member

For the endless loading of the theme panel, try different browser (I get endless loading often on IE11, but works great on Chrome), clear cache, and/or go back to v 1.6 to be safe – it works.

Bichareh
Participant
#0

Hi,

is it still useful in 2015 to use a plugin to cache the widgets?

https://wordpress.org/plugins/wp-widget-cache/

I need to cut down the amount of plugins, but without to slowdown my page. 🙂

Thanks!

simchris
tagDiv Member

btw…
if you’re *not* using my example cache expiration file for htaccess … note most of the other versions forget to include expirations for font files (!).

So, be sure to look at that as one possible element for the font expiration headers (e.g., .woff).

As to the .js issue … that is odd … might be a setting on the main server for default expiration times, or some interaction with varnish cache time.

daimpa
tagDiv Member

Hello, no. I’ve only header ad configured: http://s14.postimg.org/tkq9tb2s1/Cattura_di_schermata_673.png

This error appears also in wp-admin.

I’m using version 1.6, don’t want to install the new version at the moment as I’ve read about some probelms.

Not using any cache plugin.

Viewing 25 results - 28,251 through 28,275 (of 29,810 total)