I have a problem that my main page loads all the avatars in normal size and not miniature which greatly increases the size of the page, how to solve this?
Huge main page
Collapse
X
-
Tags: None
-
-
Are images not being cached in the user's browser?
Initial loads will be larger but subsequent page loads should use cached images and javascript. You can reduce the page load a little more by storing CSS in the file system. You can turn that on under Settings -> Options -> Style & Language Options. The /core/clientscript/vbulletin_css directory should be CHMOD 0777.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 APIComment
-
Shouldn't have broken your style if the server is able to write the CSS files there. If you view the page source and open one of the CSS links, do you get CSS or a 404 error? -
The page does not load well, as if unconfigured. not error 404. Is a problem if the folder "core" for example is not in 0777? ( i was set only vbulletin_css for 0777) -
I need to know what it returns for one of the specific CSS links in your page's source code. The look of the vBulletin page doesn't help. Choose View Source from your browser's controls and load one of the links that starts with css.php in a browser tab. Post the output here in a reply, not a comment.
-
-
Actived:
PHP Code:<html id="htmlTag" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xml:lang="en-US" lang="en-US" dir="ltr">
<head>
<base href="http://fpslatino.net/"/>
<link rel="Shortcut Icon" href="http://fpslatino.net/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/core/core/clientscript/vbulletin_css/style00032l/0-main-cssnormalization.css"/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/core/core/clientscript/vbulletin_css/style00032l/0-sitebuilder-before.css"/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/core/core/clientscript/vbulletin_css/style00032l/0-main.css"/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/core/core/clientscript/vbulletin_css/style00032l/0-sitebuilder-after.css"/>
<script type="text/javascript" src="http://fpslatino.net/js/header-rollup-519.js"></script>
<link rel="canonical" href="http://fpslatino.net"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1"/>
<title>
FPSLATINO - Mundo Gamer -
FPSLATINO
</title>
<meta name="description" content="fpslatino"/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/core/core/clientscript/vbulletin_css/style00032l/0-css_sitebuilder.css"/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/core/core/clientscript/vbulletin_css/style00032l/0-css_dbtech_vbshout.css"/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/core/core/clientscript/vbulletin_css/style00032l/0-css_dbtech_vbshout_colours.css"/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/core/core/clientscript/vbulletin_css/style00032l/0-css_dbtech_vbshout_editor.css"/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/core/core/clientscript/vbulletin_css/style00032l/0-css_b_config_site.css"/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/core/core/clientscript/vbulletin_css/style00032l/0-css_b_theme_selector.css"/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/core/core/clientscript/vbulletin_css/style00032l/0-css_b_module.css"/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/core/core/clientscript/vbulletin_css/style00032l/0-css_additional.css"/>
Desactived:
PHP Code:<link rel="stylesheet" type="text/css" href="http://fpslatino.net/css.php?styleid=32&td=ltr&sheet=css_reset.css,css_unreset.css,css_utilities.css&ts=1468863551 "/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/css.php?styleid=32&td=ltr&sheet=css_jquery_thumbnail-radio-checkbox.css,css_jquery_datatables.css&ts=1468863551 "/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/css.php?styleid=32&td=ltr&sheet=css_imgareaselect-animated.css,css_jquery-ui-1_8_14_custom.css,css_jquery_qtip_min.css,css_jquery_selectBox.css,css_global.css,css_fonts.css,css_b_link.css,css_b_layout.css,css_b_button.css,css_b_button_group.css,css_b_dropdown.css,css_b_icon.css,css_b_tabbed_pane.css,css_b_form_control.css,css_b_form_input.css,css_b_form_select.css,css_b_form_textarea.css,css_b_media.css,css_b_divider.css,css_b_avatar.css,css_b_ajax_loading_indicator.css,css_b_topicpreview.css,css_b_menu.css,css_responsive.css&ts=1468863551 "/>
<link rel="stylesheet" type="text/css" href="http://fpslatino.net/css.php?styleid=32&td=ltr&sheet=css_sitebuilder.css,color_style.css&ts=1468863551 "/>
<!--<![endif]-->
<script type="text/javascript" src="http://fpslatino.net/js/header-rollup-519.js"></script>
<link rel="canonical" href="http://fpslatino.net"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1"/>
<title>
Comment
-
Your cloudflare appears to be getting in the way and breaking the link..
http://fpslatino.net/core/core/clien...itebuilder.css - returns a 404 error saying invalid page. If the file exists, then you will need to store them in the database and not take advantage of bandwidth savings putting them in the file system can provide. If the file doesn't exist, then vBulletin cannot write to the disk and the directory doesn't have the proper permissions or owner/group.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 APIComment
Related Topics
Collapse
-
by AnatoliyOFFI use the sider on the home page and every subforum page. It rotates 3 images and visually it works fine. However when I checked a homepage www.oregonfishingforum.com with PageSpeed Insights from google...
-
Channel: Support Issues & Questions
Fri 13 Jan '17, 12:47am -
-
by DemOnstarI have done nothing to the first page that loads (forums) and this is how it looks.
Is this a normal reading?...-
Channel: Support Issues & Questions
Tue 11 Dec '12, 10:48pm -
Comment