I got my wordpress site load up and running LIVE but it's very slow. Now after hours of search I found out in the source code that I got a stylesheet linked as
<link rel='stylesheet' id='wpfb-css' href='http://localhost:8888/wpsite/wp-content/plugins/wp-filebase/wp-filebase.css?ver=0.3.0.05' type='text/css' media='all' />
which means a css file has come from my local development server that I have offline...
Where is this file usually located at and what should I do to officialy remove it so my wordpress site can run smoothly again.
Thanks!