|
Community Stats
- Group Members
- Active Posts 15 ( per day)
- Profile Views 2814
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
Contact Information
Friends
jimr78 hasn't added any friends yet.
Latest Visitors
Posts I've Made
In Topic: Blank Page After Registration Or Profile Updates
06 August 2014 - 04:36 PM
In the profiles_info.tpl file I removed the command
{if $send_password || $settings.General.quick_registration == "Y"}
{if $password}
I forgot to change it back to the original code and 4.2.1 didn't like it, obviously. I simply copied the original file back and everything works great.
Thanks for your help!
In Topic: Real subscriptions
13 May 2014 - 06:37 PM
In Topic: How to Speed Up and Optimise CS-Cart Version 4?
21 March 2014 - 07:54 PM
config.local.php has one option in 4.x - when set to true it did nothing to my GtMetrix scores of 70 page speed, 77 yslow - 'gzip_css_js' => true // gzip compiled css/js files
With 4.x do make sure you have Development Settings OFF in Design > Template Editor > Development Settings. The admin nags you if you leave them on so I doubt it's issue for anyone.
Major speed increase - I added the compression and header expire code below to my .htaccess and my score went to 99 page speed, 89 Yslow. Expires date needs to manually changed. Feels good but the question would be what impact could this have on site features and functionality?#Expires <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)(\.gz)?$"> Header set Expires "Thu, 15 Apr 2015 20:00:00 GMT" Header unset ETag FileETag None </FilesMatch> #Gzip <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript </ifmodule>
I just added this code to my website and it cuts the page load time in HALF! Thank you!
In Topic: Oembed
18 March 2014 - 08:06 PM
In Topic: Dashboard changes in cs cart 4.0.2
20 February 2014 - 10:56 PM
- CS-Cart Community Forums
- > Viewing Profile: Posts: jimr78