[bd] Cache [Deleted]

So caching only works for guests, right?
Yes, but CSS to a static file and Defer JS will work for every user guest/member.

What does caching mean? That when I do "reload page" as a guest, I won't see new messages, updates of the page? Just when 600 seconds are over and the site is cached again, then I will see those updates?
Yes, unless you don't enable caching on last page of the thread on admin options.
Then its' automatically updated with new post.
 
Thanks.

Yes, unless you don't enable caching on last page of the thread on admin options.
Then its' automatically updated with new post.
But this only works for thread view for the last page of the thread.
Not for the forum view, so for the forum index, right?
 
This add-on (y)

Just purchased the upgrade on your site and downloaded the add-on. Now I also feel good since I use a couple of your other add-ons and I have somehow helped back, will surely go in for the $5 for any update that comes out later, totally worth it for an awesome developer!

Time to install :cool:
 
I have it installed, but nothing is saving in page_cache folder in internal data, I have a backend cache set up as such:
PHP:
$config['cache']['backend'] = 'File';
$config['cache']['backendOptions'] ['cache_dir'] = '/home/xxxxxxxx/public_html/internal_data/cache';
Are the page cache being stored there, or somewhere else? I can see the css cache but not the page cache so was just wondering.
 
I have it installed, but nothing is saving in page_cache folder in internal data, I have a backend cache set up as such:
PHP:
$config['cache']['backend'] = 'File';
$config['cache']['backendOptions'] ['cache_dir'] = '/home/xxxxxxxx/public_html/internal_data/cache';
Are the page cache being stored there, or somewhere else? I can see the css cache but not the page cache so was just wondering.
If you have cache backend, it will be saved in the cache system. It looks like you are using the File backend then it will be saved in the configured cache_dir.
 
Hi,
I just purchased this addons and I was wondering if I should turn on CSS Minify or leave it uncheck?
 
There are some tweak to avoid this "jump" and improve the performance in mobile devices?
nodesastabs-gif.101010

This is caused by [bd] Cache. and the result is the same with Defer JS
With both addons disabled the performance in mobile devices is very good and open all the elements very fast without that "jump"
But if some of them or both are installed, the performance is not good in mobile devices. in general looks like the speed is not really good only in mobile devices. in fact (in my case) is more slow.
Any idea how to solve it?
 
There are some tweak to avoid this "jump" and improve the performance in mobile devices?
nodesastabs-gif.101010

This is caused by [bd] Cache. and the result is the same with Defer JS
With both addons disabled the performance in mobile devices is very good and open all the elements very fast without that "jump"
But if some of them or both are installed, the performance is not good in mobile devices. in general looks like the speed is not really good only in mobile devices. in fact (in my case) is more slow.
Any idea how to solve it?
Blacklist:
  • xenforo.js
  • jquery.min.js
 
Back
Top Bottom