All Questions
Tagged with javascript css
10 questions
0
votes
0
answers
122
views
Make webserver to prevent parsing of certain HTML elements
MediaWiki content management system creates many links which their webpages I want not to be discovered by search engine crawlers.
It's not only that I don't want them indexed and more so not only ...
0
votes
1
answer
1k
views
web page linked JS and CSS files download as Chinese characters
This is a weird one.
I have devised a minimal web page http://localhost/Default.htm on a Windows 10 IIS server that demonstrates the error.
<!DOCTYPE html>
<html>
<head>
<...
0
votes
1
answer
1k
views
Firewall get slow download some CSS and JS files
Our company website is hosted on our infrastructure and external user can access it OK.
However, when I try to access from our intranet, some CSS and JS files always take exactly 2 minutes to ...
0
votes
0
answers
8k
views
Tomcat 8.5.15 not loading static resources
I have upgraded my local tomcat from version 8.0.36 to 8.5.15. I have a project that has static resources (css, js and vm) inside a project in an Eclipse workspace, linked in the pom profile ...
0
votes
1
answer
1k
views
Nginx Cache status Miss even after adding caching
I am new to caching on nginx. I have been trying to set caching on server but X-Cache-Status is giving a MISS even after adding configurations for css/js/and images. This is leading to high load time ...
1
vote
1
answer
130
views
MediaWiki foreground not rendering tabs in content section
We are having issues getting the foreground or foundation skins in MediaWiki to render any tabs in the content section of our pages. This site is a demo, hosted on GoDaddy, but we have also tried ...
2
votes
2
answers
2k
views
After loading a certain number of javascript/css files, the files are taking too long to load
I have a problem where on page load (after a certain number of .js or .css files) the files are taking way too long to load. At first I thought that the issue must be inside the .js files, but later I ...
2
votes
3
answers
11k
views
JavaScript and CSS fail to load in some browsers over SSL
I have a website on which we have recently enabled SSL. In most browsers, this works fine: our scripts and stylesheets are imported using HTTPS and most browsers load pages successfully. However, in ...
0
votes
2
answers
520
views
modrewrite for css / jss minified
I have a web site hosted in a CentOS 5-Plesk-Apache server. I have recently added a second site to the server for serve dynamic content. I have established rewrite rules for images (static content) ...
3
votes
2
answers
11k
views
HTTP gzip compression not working for css or javascript in tomcat 6
Connector settings:
<Connector ...
compression="2048"
noCompressionUserAgents="gozilla, traviata"
compressionMimeType="text/html,text/xml,text/plain,text/css,text/javascript"/>
This seems to ...